Skip to content

TDropdownHideEventDetails object

TDropdownHideEventDetails is an object which represents the detail of a hide DOM event and consists of the following fields:

type TDropdownHideEventDetails = {
    name: string;
};