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

    Interface PageLayout

    Full layout returned by calculatePageLayout.

    interface PageLayout {
        body: PageRegionLayout;
        footer: PageRegionLayout;
        header: PageRegionLayout;
    }
    Index

    Properties

    Properties

    Main content region.

    Footer region. Height may be zero.

    Header region. Height may be zero.