Typedef

ListDropdownGroupDefinition (ui/dropdown)

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

typedefobject

A definition of the group inside the list. A group can contain one or more list items (buttons).

Filtering

Properties

  • items : Collection<ListDropdownButtonDefinition>

    The collection of the child list items inside this group.

  • label : string

    The visible label of the group.

  • type : 'group'