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

    Interface RenderCollapsibleHeaderOptions

    Options accepted by renderCollapsibleHeader.

    interface RenderCollapsibleHeaderOptions {
        characters?: CollapsibleCharacters;
        disabled?: boolean;
        expanded?: boolean;
        focused?: boolean;
        title: string;
        width?: number;
    }
    Index

    Properties

    Character tokens for expanded and collapsed states.

    disabled?: boolean

    Whether toggle interaction is unavailable.

    expanded?: boolean

    Whether the body region is visible.

    focused?: boolean

    Whether the header currently owns terminal focus.

    title: string

    Non-empty, single-line title rendered after the marker.

    width?: number

    Maximum terminal-cell width of the rendered header.