Search results

InlineToolbarSettingsModel API in JavaScript (ES5) Blockeditor API control

Interface for a class InlineToolbarSettings

Properties

close

ToolbarCloseEventArgs

Triggers when the inline toolbar is closed.

itemClicked

ToolbarItemClickedEventArgs

Triggers when the item is clicked in the toolbar.

open

ToolbarOpenEventArgs

Triggers when the inline toolbar is opened.

enable

boolean

Specifies whether to enable the inline toolbar.

items

ToolbarItemModel[]

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

width

string

Specifies the width of the block or element. This property sets the CSS width of the component and expects a valid CSS width value. Defaults to an empty string which implies no width is explicitly set, allowing for flexible styling.