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

    Interface RenderStatusBarOptions

    Options accepted by renderStatusBar.

    interface RenderStatusBarOptions {
        characters?: StatusBarCharacters;
        message?: string;
        items?: readonly StatusBarItem[];
        pad?: boolean;
        width: number;
    }
    Index

    Properties

    characters?: StatusBarCharacters

    Character set used for separators.

    STATUS_BAR_UNICODE_CHARACTERS

    message?: string

    Optional one-line message. When present, it is rendered after left items.

    items?: readonly StatusBarItem[]

    Status items grouped into left, center, and right sections.

    pad?: boolean

    Whether the output is padded to exactly width cells.

    true

    width: number

    Available width in terminal cells.