Skip to main content

FloatingToolbarContainerWidget

Extends

Constructors

Constructor

new FloatingToolbarContainerWidget(props): FloatingToolbarContainerWidget;

Parameters

ParameterType
propsPropsWithChildren

Returns

FloatingToolbarContainerWidget

Inherited from

React.Component<
React.PropsWithChildren<FloatingToolbarContainerWidgetProps>
>.constructor

Constructor

new FloatingToolbarContainerWidget(props, context): FloatingToolbarContainerWidget;

Parameters

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