projects/m2-core/src/lib/core/service/data/requests/tx/EditTransactionPresentationRequest.ts
Properties |
|
constructor(transactionId: number, contentType: TransactionContent, filteringNodeIds?: number[], filteringPropertyId?: number, filteringItemDescriptor?: number)
|
||||||||||||||||||
|
Parameters :
|
| Public contentType |
Type : TransactionContent
|
| Public Optional filteringItemDescriptor |
Type : number
|
| Public Optional filteringNodeIds |
Type : number[]
|
| Public Optional filteringPropertyId |
Type : number
|
| Public transactionId |
Type : number
|
| Public Optional buildThinTree |
Type : boolean
|
| Public Optional currentRowId |
Type : number
|
| Public Optional directChildrenOnly |
Type : boolean
|
| Public Optional filters |
Type : ElementFilter[]
|
| Public Optional forceRefresh |
Type : boolean
|
| Public iteration |
Type : number
|
| Public rowsMode |
Default value : TableRowsMode.ByPage
|
| Public Optional sortParams |
Type : ItemSortParam[]
|
| Public tableId |
Type : number
|
| Public Optional treeFilter |
Type : string
|