projects/m2-core/src/lib/core/service/application/requests/report/ApplicationReportPresentationRequest.ts
Properties |
|
constructor(workId: number)
|
||||||
|
Parameters :
|
| Public workId |
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
|