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

    Interface AccordionSection

    Minimum data required for one Accordion section.

    interface AccordionSection {
        bodyHeight: number;
        disabled?: boolean;
        id: string;
        title: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    bodyHeight: number

    Intrinsic body height in terminal rows.

    disabled?: boolean

    Whether keyboard navigation and toggling must skip this section.

    id: string

    Stable section identifier.

    title: string

    Non-empty, single-line section title.