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

    Interface StatusBarItem

    One status item rendered inside a StatusBar section.

    interface StatusBarItem {
        detail?: string;
        label: string;
        marker?: string;
        section?: StatusBarSection;
    }
    Index

    Properties

    detail?: string

    Optional detail rendered after the label.

    label: string

    Non-empty primary item text.

    marker?: string

    Optional one-cell marker rendered before the label.

    Section receiving the item.

    'left'