Search results

ToolbarCloseEventArgs API in JavaScript (ES5) Blockeditor API control

This event is triggered when the toolbar is closed.

Properties

cancel

boolean

Specifies whether the event should be canceled. true to prevent closing the toolbar.

event

Event

Specifies the native browser event associated with the closing of the toolbar.

items

ToolbarItemModel[] | null

Specifies the list of toolbar items that were displayed.