Search
    Preparing search index...
    type AssetInstanceRequestParams = {
        aggregations?: IAggregation[];
        assetType: string;
        collapseField?: ICollapseField;
        formFields?: IFormField[];
        page: number;
        returnFields?: string[];
        size: number;
        sortFields?: ISortField[];
        text?: string;
    }
    Index

    Properties

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