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

    Interface NavigationListItem

    Minimum data required for one navigation target.

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

    Properties

    badge?: string

    Optional right-aligned count, status, or shortcut text.

    disabled?: boolean

    Whether keyboard navigation and activation must skip this target.

    id: string

    Stable target identifier.

    label: string

    Visible target label.