Skip to main content

FloatingToolbarBtnWidget

Extends

Constructors

Constructor

new FloatingToolbarBtnWidget(props): FloatingToolbarBtnWidget;

Parameters

ParameterType
propsFloatingToolbarBtnWidgetProps

Returns

FloatingToolbarBtnWidget

Inherited from

React.Component<FloatingToolbarBtnWidgetProps>.constructor

Constructor

new FloatingToolbarBtnWidget(props, context): FloatingToolbarBtnWidget;

Parameters

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

Returns

FloatingToolbarBtnWidget

Inherited from

React.Component<FloatingToolbarBtnWidgetProps>.constructor

Methods

getContent()

getContent(): string | Element;

Returns

string | Element


render()

render(): Element;

Returns

Element

Overrides

React.Component.render