Skip to content

GridLayoutSpec🔗

Definition🔗

export interface GridLayoutSpec {
    items: dashboardv2beta1.GridLayoutItemKind[];
}