TablePillWidget
Extends
Component<React.PropsWithChildren<TablePillWidgetProps>>
Constructors
Constructor
new TablePillWidget(props): TablePillWidget;
Parameters
| Parameter | Type |
|---|---|
props | PropsWithChildren |
Returns
TablePillWidget
Inherited from
React.Component<React.PropsWithChildren<TablePillWidgetProps>>.constructor
Constructor
new TablePillWidget(props, context): TablePillWidget;
Parameters
| Parameter | Type | Description |
|---|---|---|
props | PropsWithChildren | - |
context | any | value of the parent Context specified in contextType. |
Returns
TablePillWidget
Inherited from
React.Component<React.PropsWithChildren<TablePillWidgetProps>>.constructor
Methods
render()
render(): Element;
Returns
Element
Overrides
React.Component.render