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

Интерфейс CreateSupplementaryData

interface CreateSupplementaryData {
    entity: string;
    facets: FACETS[];
    facetsInheritable?: FACETS[];
    formFields: AbstractFormField<AbstractFormFieldValue>[];
    formGroups?: AbstractFormGroup[];
    negate: boolean;
    searchDataType: SearchDataType;
}
Индекс

Свойства

entity: string
facets: FACETS[]
facetsInheritable?: FACETS[]
formGroups?: AbstractFormGroup[]
negate: boolean
searchDataType: SearchDataType