@umbraco-cms/backoffice
    Preparing search index...

    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)

    Index

    Properties

    alias: string
    culture: null | string
    editorAlias: string
    entityType?: string

    @deprecated, we do not use entityType on values anymore. To be removed in Umbraco v.18. Just remove the property.

    segment: null | string
    value?: ValueType