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