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

    Interface CalculatePageLayoutOptions

    Options accepted by calculatePageLayout.

    interface CalculatePageLayoutOptions {
        gap?: number;
        height: number;
        footerHeight?: number;
        headerHeight?: number;
        width: number;
    }
    Index

    Properties

    gap?: number

    Empty rows between header/body/footer regions.

    0

    height: number

    Total available page height in terminal rows.

    footerHeight?: number

    Footer height in terminal rows.

    0

    headerHeight?: number

    Header height in terminal rows.

    1

    width: number

    Total available page width in terminal cells.