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

    Interface SidebarLayout

    Layout returned by calculateSidebarLayout.

    interface SidebarLayout {
        collapsed: boolean;
        main: SidebarLayoutRegion;
        sidebar: SidebarLayoutRegion;
        sidebarVisible: boolean;
    }
    Index

    Properties

    collapsed: boolean

    Whether the sidebar is collapsed explicitly or by width.

    Main content region.

    Sidebar region. Width is zero when collapsed.

    sidebarVisible: boolean

    Whether the sidebar should be visible.