projects/aoc-client/aoc-common/specs/rest/aoc-rest-options.ts
Properties |
|
childrenDelete |
childrenDelete:
|
Type : literal type
|
Optional |
collectionInitFunctions |
collectionInitFunctions:
|
Type : AocCollectionInitFunctions
|
Optional |
fields |
fields:
|
Type : AocFieldType
|
Optional |
filters |
filters:
|
Type : AocFilters
|
Optional |
limit |
limit:
|
Type : number
|
Optional |
offset |
offset:
|
Type : number
|
Optional |
orderBy |
orderBy:
|
Type : AocQueryOrderMap<T> | AocQueryOrderMap<T>[]
|
Optional |
payloadFilter |
payloadFilter:
|
Type : AocFilterQuery<T>
|
Optional |
persistAsTask |
persistAsTask:
|
Type : boolean
|
Optional |
populate |
populate:
|
Type : AocPopulateType<T>
|
Optional |
populateOrderBy |
populateOrderBy:
|
Type : AocQueryOrderKeys<AocExpandProperty<T>>
|
Optional |
populateWhere |
populateWhere:
|
Type : AocObjectQuery<T>
|
Optional |
queryBuilderFunctions |
queryBuilderFunctions:
|
Type : AocQueryBuilderFunctions
|
Optional |
treeSpec |
treeSpec:
|
Type : literal type
|
Optional |