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

Hierarchy (view full)

Properties

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