Interface UmbPropertyValueDataPotentiallyWithEditorAlias<ValueType>

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

Type Parameters

  • ValueType = unknown

Hierarchy (View Summary, Expand)

Properties

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