ICollectionViewResponse Interface
In This Topic
Properties
columnData
The request one column data.
- Type
- any[]
items
The requested data items.
- Type
- any[]
operatedItemResults
The results of the data operations: create, update, delete and batch edit.
- Type
- ICollectionViewItemResult[]
skip
The number of items to skip before returning the request items.
- Type
- number
totalItemCount
The total item count before paging.
- Type
- number