Skip to content

RowsLayoutSpec🔗

Definition🔗

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