Typedef

DropdownViewEvent (ui/dropdown)

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

typedefobject

Fired when an item inside the dropdown is executed.

Note: Only supported when dropdown was integrated with its child view using one of the helper functions: addListToDropdown, addToolbarToDropdown, or addMenuToDropdown.

When integrated with a list, it fires when a child of one of ListItemViews fired execute event.

When integrated with a toolbar, it fires when one of the buttons has been executed.

When integrated with a nested menu, it fires when one of the menu buttons has been executed.

In each case, the event is delegated from the component which fired it. It does not have additional parameters and event.source is the original component.

Filtering

Properties

  • args : tuple

  • name : 'execute'

Fired by