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

    Interface DashboardGridLayout

    Layout result including resolved columns and content height.

    interface DashboardGridLayout {
        columns: number;
        contentHeight: number;
        items: readonly DashboardGridItemLayout[];
    }
    Index

    Properties

    columns: number
    contentHeight: number
    items: readonly DashboardGridItemLayout[]