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

    Interface InspectorPanelTab

    One InspectorPanel tab and its caller-rendered content.

    interface InspectorPanelTab {
        content: string;
        disabled?: boolean;
        id: string;
        label: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    content: string
    disabled?: boolean

    Whether keyboard navigation and activation must skip this tab.

    id: string

    Stable tab identifier.

    label: string

    Visible tab label.