@umbraco-cms/backoffice

    Interface UmbBlockDataValueModel<ValueType>

    interface UmbBlockDataValueModel<ValueType = unknown> {
        alias: string;
        culture: null | string;
        editorAlias: string;
        entityType: string;
        segment: null | string;
        value?: ValueType;
    }

    Type Parameters

    • ValueType = unknown

    Hierarchy (View Summary, Expand)

    Index

    Properties

    alias: string
    culture: null | string
    editorAlias: string
    entityType: string
    segment: null | string
    value?: ValueType
    MMNEPVFCICPMFPCPTTAAATR