interface UmbBlockTypeWithGroupKey {
    backgroundColor?: string;
    contentElementTypeKey: string;
    editorSize?: UUIModalSidebarSize;
    forceHideContentEditorInOverlay: boolean;
    groupKey?: null | string;
    iconColor?: string;
    label?: string;
    settingsElementTypeKey?: string;
    thumbnail?: string;
}

Hierarchy (View Summary, Expand)

Properties

backgroundColor?: string
contentElementTypeKey: string
editorSize?: UUIModalSidebarSize
forceHideContentEditorInOverlay: boolean
groupKey?: null | string
iconColor?: string
label?: string
settingsElementTypeKey?: string
thumbnail?: string
MMNEPVFCICPMFPCPTTAAATR