@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
    segment: null | string
    value?: ValueType