IDropdownListEvents

Type interface

Inheritance

IDropdownListEvents extends IDropdownEvents.

IDropdownListEvents is not extended by any other symbol.

Properties

changed
#

Param { item: IDropdownListItem,
  value: string | boolean,
  type: "changed",
  target: Target }

closed
#

Param { type: "closed",
  target: Target }

Inherited from IDropdownEvents

invoked
#

Param { item: IDropdownListItem,
  type: "invoked",
  target: Target }

opened
#

Param { type: "opened",
  target: Target }

Inherited from IDropdownEvents

There are 2 inherited items currently hidden from this list.