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

    Interface HeaderBarRenderResult

    Responsive render result.

    interface HeaderBarRenderResult {
        content: string;
        visibleActionIds: readonly string[];
    }
    Index

    Properties

    content: string
    visibleActionIds: readonly string[]