Skip to content

RowsLayoutSpec🔗

Definition🔗

export interface RowsLayoutSpec {
    rows: dashboardv2beta1.RowsLayoutRowKind[];
}