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

Интерфейс IStringAttributeST

interface IStringAttributeST {
    displayName?: string;
    formFields?: IStringFormField[];
    formGroups?: IFormGroup[];
    id?: string;
    items?: Partial<IStringFormField>[];
    key: string;
    parentId?: string;
    supplementaryGroup?: ISearchGroupBase<IGroupQueryBase>;
    supportedGroupQueryTypes?: Set<ATTRIBUTE_GROUP_QUERY_TYPE>;
    termGroup: keyof ITermsGroup;
    useGroupedQueryByDefault?: boolean;
    withMorphological?: boolean;
}

Иерархия

Индекс

Свойства

displayName?: string
formFields?: IStringFormField[]
formGroups?: IFormGroup[]
id?: string
items?: Partial<IStringFormField>[]
key: string
parentId?: string
supplementaryGroup?: ISearchGroupBase<IGroupQueryBase>
supportedGroupQueryTypes?: Set<ATTRIBUTE_GROUP_QUERY_TYPE>
termGroup: keyof ITermsGroup
useGroupedQueryByDefault?: boolean
withMorphological?: boolean