Skip to main content

FloatingPanelWidget

Extends

Constructors

Constructor

new FloatingPanelWidget(props): FloatingPanelWidget;

Parameters

ParameterType
propsPropsWithChildren

Returns

FloatingPanelWidget

Inherited from

React.Component<React.PropsWithChildren<FloatingPanelWidgetProps>>.constructor

Constructor

new FloatingPanelWidget(props, context): FloatingPanelWidget;

Parameters

ParameterTypeDescription
propsPropsWithChildren-
contextanyvalue of the parent Context specified in contextType.

Returns

FloatingPanelWidget

Inherited from

React.Component<React.PropsWithChildren<FloatingPanelWidgetProps>>.constructor

Methods

render()

render(): Element;

Returns

Element

Overrides

React.Component.render