Skip to content

AutoGridLayoutItemSpec🔗

Definition🔗

export interface AutoGridLayoutItemSpec {
    element: dashboardv2.ElementReference;
    repeat?: dashboardv2.AutoGridRepeatOptions;
    conditionalRendering?: dashboardv2.ConditionalRenderingGroupKind;
}