blessed-components - v1.20.0
    Preparing search index...

    Interface TabItem

    Minimum data required for one tab.

    interface TabItem {
        disabled?: boolean;
        id: string;
        label: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    disabled?: boolean

    Whether keyboard navigation and activation must skip this tab.

    id: string

    Stable tab identifier.

    label: string

    Visible tab label.