ListDropdownButtonDefinition
typedef
A definition of the 'button' or 'switchbutton' list item.
Properties
-
labelView : ButtonLabelView | undefined
module:ui/dropdown/utils~ListDropdownButtonDefinition#labelView
A view that will be used as a button body in the list item.
-
module:ui/dropdown/utils~ListDropdownButtonDefinition#model
Model of the item. Its properties fuel the newly created list item (or its children, depending on the
type
). -
type : 'button' | 'switchbutton'
module:ui/dropdown/utils~ListDropdownButtonDefinition#type