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

    Interface CollapsibleLayout

    Positioned regions returned by calculateCollapsibleLayout.

    interface CollapsibleLayout {
        bodyHeight: number;
        bodyTop: number;
        bodyVisible: boolean;
        headerHeight: number;
        totalHeight: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    bodyHeight: number

    Body height in terminal rows. Zero when collapsed.

    bodyTop: number

    Body top position in terminal rows.

    bodyVisible: boolean

    Whether the body should be visible.

    headerHeight: number

    Header height in terminal rows.

    totalHeight: number

    Total visible height for the collapsed or expanded container.