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