interface UmbBlockTypeBaseModel {
    backgroundColor?: string;
    contentElementTypeKey: string;
    editorSize?: UUIModalSidebarSize;
    forceHideContentEditorInOverlay: boolean;
    iconColor?: string;
    label?: string;
    settingsElementTypeKey?: string;
    thumbnail?: string;
}

Hierarchy (View Summary, Expand)

Properties

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