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

    Interface ActionBarRenderResult

    Result of laying out an ActionBar. Useful for mouse hit testing.

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

    Properties

    visibleActionIds: readonly string[]

    Action ids actually present in the rendered output.

    content: string

    Rendered single-line content.