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

    Interface RenderFooterBarOptions

    Options accepted by renderFooterBar.

    interface RenderFooterBarOptions {
        characters?: FooterBarCharacters;
        context?: string;
        message?: string;
        pad?: boolean;
        shortcuts?: readonly FooterBarShortcut[];
        tone?: FooterBarTone;
        width: number;
    }
    Index

    Properties

    characters?: FooterBarCharacters
    context?: string

    Persistent application context shown before the message.

    message?: string

    Current or transient application message.

    pad?: boolean

    Whether output is padded to exactly width.

    true

    shortcuts?: readonly FooterBarShortcut[]

    Semantic marker for message.

    width: number