InlineToolbarSettingsModel

6 Feb 20261 minute to read

Interface for a class InlineToolbarSettings

Properties

enable boolean

Specifies whether to enable the inline toolbar.

items []

Specifies the individual items within a toolbar setup, specifying properties like commands, icons, and labels.

popupWidth string|number

Specifies the width of the popup.
Defaults value is 100%.

Events

itemClick EmitType<ToolbarItemClickEventArgs>

Triggers when the item is clicked in the toolbar.