Type alias ComboBoxUnselectedEventDetails

ComboBoxUnselectedEventDetails: ComboBoxEventDetails & {
    previouslySelected: HTMLCollectionOf<HTMLOptionElement>;
}

Custom event details for the combo-box:unselected event.

Type declaration

Generated using TypeDoc