InlineToolbarSettings

16 Dec 20251 minute to read

Inline toolbar settings that will be opened when selecting a range of texts.

Properties

enable boolean

Specifies whether to enable the inline toolbar.

Defaults to true

items []

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

Defaults to [‘Bold’, ‘Italic’, ‘Underline’, ‘Strikethrough’, ‘Color’, ‘BackgroundColor’]

popupWidth string|number

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

Defaults to ‘100%’

Events

itemClick EmitType<ToolbarItemClickEventArgs>

Triggers when the item is clicked in the toolbar.