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

PropertyTypeDescription
OverlayButtonReact.ComponentType<OverlayButtonProps>(BETA)
OverlayCheckboxReact.ComponentType<OverlayCheckboxProps>(BETA)
OverlayInputReact.ComponentType<OverlayInputProps>(BETA)
OverlaySelectReact.ComponentType<OverlaySelectProps>(BETA)
OverlayTextareaReact.ComponentType<OverlayTextareaProps>(BETA)
PluginToolbarButtonReact.ComponentType<PluginToolbarButtonProps>(BETA)
PluginToolbarOverlayButtonReact.ComponentType<PluginToolbarOverlayButtonProps>(BETA)