Skip to main content

FloatingInspectorPanelWidget

Extends

Constructors

Constructor

new FloatingInspectorPanelWidget(props): FloatingInspectorPanelWidget;

Parameters

ParameterType
propsPropsWithChildren

Returns

FloatingInspectorPanelWidget

Inherited from

React.Component<
React.PropsWithChildren<FloatingInspectorPanelWidgetProps>
>.constructor

Constructor

new FloatingInspectorPanelWidget(props, context): FloatingInspectorPanelWidget;

Parameters

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