interface UmbBlockGridLayoutModel {
    areas?: UmbBlockGridLayoutAreaItemModel[];
    columnSpan: number;
    contentKey: string;
    rowSpan: number;
    settingsKey?: null | string;
}

Hierarchy (View Summary, Expand)

Properties

columnSpan: number
contentKey: string
rowSpan: number
settingsKey?: null | string
MMNEPVFCICPMFPCPTTAAATR