Skip to content

TTabSelectedEventDetail object

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

type TTabSelectedEventDetail = {
    panelName: string;
}