Member Junction
    Preparing search index...

    State stored in each Golden Layout component

    interface TabComponentState {
        appColor: string;
        appId: string;
        isLoaded: boolean;
        isPinned: boolean;
        route: string;
        tabId: string;
        title: string;
        typeIcon?: string;
    }
    Index

    Properties

    appColor: string
    appId: string
    isLoaded: boolean
    isPinned: boolean
    route: string
    tabId: string
    title: string
    typeIcon?: string

    Font Awesome classes for the tab's TYPE icon (entity icon for record tabs, nav-item/app icon for nav tabs), rendered in the app color at the left of the tab. Hovering the tab swaps it to an ellipsis that opens the tab-actions menu — the icon slot IS the visible menu affordance.