The API reference is a Work in Progress and will be continuously improved and extended. We'd love to hear your feedback in our documentation repository.
Home > @edtr-io/internal__plugin-toolbar > PluginToolbar
PluginToolbar interface
This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
Describes the available components for the plugin toolbar
Signature:export interface PluginToolbar
Properties
Property | Type | Description |
---|---|---|
OverlayButton | React.ComponentType<OverlayButtonProps> | (BETA) |
OverlayCheckbox | React.ComponentType<OverlayCheckboxProps> | (BETA) |
OverlayInput | React.ComponentType<OverlayInputProps> | (BETA) |
OverlaySelect | React.ComponentType<OverlaySelectProps> | (BETA) |
OverlayTextarea | React.ComponentType<OverlayTextareaProps> | (BETA) |
PluginToolbarButton | React.ComponentType<PluginToolbarButtonProps> | (BETA) |
PluginToolbarOverlayButton | React.ComponentType<PluginToolbarOverlayButtonProps> | (BETA) |