@umbraco-cms/backoffice

    Interface UmbBlockTypeWithGroupKey

    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)

    Index

    Properties

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