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

Интерфейс SupplementaryData

interface SupplementaryData {
    entity: string;
    facets?: FACETS[];
    fetchAll?: boolean;
    formFields: IFormField<string | number | boolean>[];
    formGroups?: IFormGroup[];
    negate?: boolean;
    searchDataType: SearchDataType;
}
Индекс

Свойства

entity: string
facets?: FACETS[]
fetchAll?: boolean
formFields: IFormField<string | number | boolean>[]
formGroups?: IFormGroup[]
negate?: boolean
searchDataType: SearchDataType