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