mwg API
    Preparing search index...

    Interface ListTab

    One tab: an id the caller's rowsFor understands, and the label a tab strip draws.

    interface ListTab {
        disabled?: boolean;
        id: string;
        label: string;
    }
    Index
    disabled?: boolean

    a tab a player can see but not open

    id: string
    label: string