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

    Interface AppShellLayout

    Layout returned by calculateAppShellLayout.

    interface AppShellLayout {
        content: PageRegionLayout;
        footer: PageRegionLayout;
        header: PageRegionLayout;
        overlay: PageRegionLayout;
        sidebar: PageRegionLayout;
        sidebarCollapsed: boolean;
        sidebarVisible: boolean;
    }
    Index

    Properties

    Main content region.

    Footer region. Height may be zero.

    Header region. Height may be zero.

    Overlay layer covering the full shell.

    Sidebar region. Width is zero when collapsed.

    sidebarCollapsed: boolean

    Whether the sidebar is collapsed explicitly or by width.

    sidebarVisible: boolean

    Whether the sidebar should be visible.