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

Псевдоним типа AssetInstanceRequestParams

type AssetInstanceRequestParams = {
    aggregations?: IAggregation[];
    assetType: string;
    collapseField?: ICollapseField;
    formFields?: IFormField[];
    page: number;
    returnFields?: string[];
    size: number;
    sortFields?: ISortField[];
    text?: string;
}
Индекс

Свойства

aggregations?: IAggregation[]
assetType: string
collapseField?: ICollapseField
formFields?: IFormField[]
page: number
returnFields?: string[]
size: number
sortFields?: ISortField[]
text?: string