interface UmbMemberValueModel<ValueType = unknown> {
    alias: string;
    culture: null | string;
    editorAlias: string;
    segment: null | string;
    value?: ValueType;
}

Type Parameters

  • ValueType = unknown

Hierarchy (View Summary, Expand)

Properties

alias: string
culture: null | string
editorAlias: string
segment: null | string
value?: ValueType
MMNEPVFCICPMFPCPTTAAATR