Юниверс DG SDK UI
v2.15.0

Интерфейс IEnumAttributeST

interface IEnumAttributeST {
    displayName?: string;
    formFields?: IEnumFormField[];
    id?: string;
    items?: Partial<IEnumFormField>[];
    key: string;
    options:
        | SelectOption<SelectSingleValueType>[]
        | (() => Promise<SelectOption<SelectSingleValueType>[]>);
    parentId?: string;
    supplementaryGroup?: ISearchGroupBase<IGroupQueryBase>;
    termGroup: keyof ITermsGroup;
}

Иерархия

Индекс

Свойства

displayName?: string
formFields?: IEnumFormField[]
id?: string
items?: Partial<IEnumFormField>[]
key: string
options:
    | SelectOption<SelectSingleValueType>[]
    | (() => Promise<SelectOption<SelectSingleValueType>[]>)
parentId?: string
supplementaryGroup?: ISearchGroupBase<IGroupQueryBase>
termGroup: keyof ITermsGroup