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