Skip to main content

CommandPalletCategoryWidget

Extends

Constructors

Constructor

new CommandPalletCategoryWidget(props): CommandPalletCategoryWidget;

Parameters

ParameterType
propsPropsWithChildren

Returns

CommandPalletCategoryWidget

Inherited from

React.Component<
React.PropsWithChildren<CommandPalletCategoryWidgetProps>
>.constructor

Constructor

new CommandPalletCategoryWidget(props, context): CommandPalletCategoryWidget;

Parameters

ParameterTypeDescription
propsPropsWithChildren-
contextanyvalue 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