Typedef

DropdownViewEvent (ui/dropdown)

@ckeditor/ckeditor5-ui/src/dropdown/dropdownview

typedefobject

Fired when the toolbar button or list item is executed.

For listView It fires when a child of some ListItemView fired execute.

For toolbarView It fires when one of the buttons has been executed.

Note: Only supported when dropdown has list view added using addListToDropdown or addToolbarToDropdown.

Filtering

Properties

  • args : tuple

  • name : 'execute'

Fired by