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

Type Parameters

  • ValueType = unknown

Hierarchy (View Summary, Expand)

Properties

Properties

alias: string
value?: ValueType
MMNEPVFCICPMFPCPTTAAATR