Юниверс MDM SDK UI
v6.15.0

Интерфейс IRegisterAttributeST<ValueType>

interface IRegisterAttributeST<ValueType extends STRING | INTEGER = STRING> {
    attributeName: string;
    displayName?: string;
    entityName: string;
    formFields?: IRefFormField[];
    formGroups?: IFormGroup[];
    id?: string;
    items?: Partial<IRefFormField>[];
    key: string;
    namespace: keyof INamespace;
    options: SelectOption<SelectSingleValueType>[];
    parentId?: string;
    supplementaryGroup?: ISearchGroupBase<IGroupQueryBase>;
    supportedGroupQueryTypes?: Set<ATTRIBUTE_GROUP_QUERY_TYPE>;
    termGroup: keyof ITermsGroup;
    type: ValueType;
    useGroupedQueryByDefault?: boolean;
}

Параметры типа

Иерархия

Индекс

Свойства

attributeName: string
displayName?: string
entityName: string
formFields?: IRefFormField[]
formGroups?: IFormGroup[]
id?: string
items?: Partial<IRefFormField>[]
key: string
namespace: keyof INamespace
parentId?: string
supplementaryGroup?: ISearchGroupBase<IGroupQueryBase>
supportedGroupQueryTypes?: Set<ATTRIBUTE_GROUP_QUERY_TYPE>
termGroup: keyof ITermsGroup
type: ValueType
useGroupedQueryByDefault?: boolean