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