@umbraco-cms/backoffice

    Interface UmbBlockTypeBaseModel

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

    Hierarchy (View Summary, Expand)

    Index

    Properties

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