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

Интерфейс SupplementaryData

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

Свойства

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