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

    Interface AccordionLayout

    Full layout returned by calculateAccordionLayout.

    interface AccordionLayout {
        sections: AccordionSectionLayout[];
        totalHeight: number;
    }
    Index

    Properties

    Positioned sections in visual order.

    totalHeight: number

    Total visible height in terminal rows.