Represents the header text and state of a tab.

interface TabHeader {
    active: boolean;
    id: string;
    text: string;
}

Properties

Properties

active: boolean
id: string
text: string