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

    Interface CalculateDashboardGridOptions<TItem>

    Layout options.

    interface CalculateDashboardGridOptions<
        TItem extends DashboardGridItem = DashboardGridItem,
    > {
        breakpoints?: readonly DashboardGridBreakpoint[];
        columnGap?: number;
        height: number;
        items: readonly TItem[];
        rowGap?: number;
        rowHeight?: number;
        width: number;
    }

    Type Parameters

    Index

    Properties

    breakpoints?: readonly DashboardGridBreakpoint[]
    columnGap?: number
    height: number
    items: readonly TItem[]
    rowGap?: number
    rowHeight?: number
    width: number