interface UmbBlockGridTypeModel {
    allowAtRoot: boolean;
    allowInAreas: boolean;
    areaGridColumns?: number;
    areas: UmbBlockGridTypeAreaType[];
    backgroundColor?: string;
    columnSpanOptions: UmbBlockGridTypeColumnSpanOption[];
    contentElementTypeKey: string;
    editorSize?: UUIModalSidebarSize;
    forceHideContentEditorInOverlay: boolean;
    groupKey?: null | string;
    iconColor?: string;
    inlineEditing?: boolean;
    label?: string;
    rowMaxSpan: number;
    rowMinSpan: number;
    settingsElementTypeKey?: string;
    thumbnail?: string;
}

Hierarchy (View Summary, Expand)

Properties

allowAtRoot: boolean
allowInAreas: boolean
areaGridColumns?: number
backgroundColor?: string
contentElementTypeKey: string
editorSize?: UUIModalSidebarSize
forceHideContentEditorInOverlay: boolean
groupKey?: null | string
iconColor?: string
inlineEditing?: boolean
label?: string
rowMaxSpan: number
rowMinSpan: number
settingsElementTypeKey?: string
thumbnail?: string
MMNEPVFCICPMFPCPTTAAATR