@umbraco-cms/backoffice

    Interface UmbPropertyValueDataPotentiallyWithEditorAlias<ValueType>

    interface UmbPropertyValueDataPotentiallyWithEditorAlias<ValueType = unknown> {
        alias: string;
        editorAlias?: string;
        value?: ValueType;
    }

    Type Parameters

    • ValueType = unknown

    Hierarchy (View Summary, Expand)

    Index

    Properties

    alias: string
    editorAlias?: string
    value?: ValueType
    MMNEPVFCICPMFPCPTTAAATR