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

    Interface FooterBarRenderResult

    Rendered footer plus shortcuts visible after responsive layout.

    interface FooterBarRenderResult {
        content: string;
        visibleShortcutIndexes: readonly number[];
    }
    Index

    Properties

    content: string
    visibleShortcutIndexes: readonly number[]