projects/m2-core/src/lib/core/service/data/requests/table/EditTableDataRequest.ts
Properties |
|
constructor(nodeId: number, referenceBookId?: number, showStandardizedItemsOnly?: boolean, filteringNodeIds?: number[], showDirectChildrenOnly?: boolean)
|
| Public Optional filteringNodeIds |
Type : number[]
|
| Public nodeHandleDescriptor |
Type : number
|
| Public referenceBookId |
Type : number
|
| Public Optional showDirectChildrenOnly |
Type : boolean
|
| Public Optional showStandardizedItemsOnly |
Type : boolean
|
| 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
|