FloatingToolbarBtnWidget
Extends
Component<FloatingToolbarBtnWidgetProps>
Constructors
Constructor
new FloatingToolbarBtnWidget(props): FloatingToolbarBtnWidget;
Parameters
| Parameter | Type |
|---|---|
props | FloatingToolbarBtnWidgetProps |
Returns
FloatingToolbarBtnWidget
Inherited from
React.Component<FloatingToolbarBtnWidgetProps>.constructor
Constructor
new FloatingToolbarBtnWidget(props, context): FloatingToolbarBtnWidget;
Parameters
| Parameter | Type | Description |
|---|---|---|
props | FloatingToolbarBtnWidgetProps | - |
context | any | value 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