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

    Interface NavigationListCharacters

    Character tokens used by renderNavigationList.

    interface NavigationListCharacters {
        active: string;
        disabled: string;
        focused: string;
        idle: string;
    }
    Index

    Properties

    active: string

    Marker shown beside the active route or view.

    disabled: string

    Marker shown beside disabled targets.

    focused: string

    Marker shown beside the focused target.

    idle: string

    Marker shown beside enabled idle targets.