projects/m2-core/src/lib/core/service/meta/requests/constraint-table/EditConstraintTablePresentationRequest.ts
Properties |
|
constructor(constraintTableId: number, filteringRowIds: number[], returnAllIfNoneFound: boolean, nodeId: number, checkConsistency, detailsTransactionId?: number, changedRowsOnly?: boolean)
|
| Public Optional changedRowsOnly |
Type : boolean
|
| Public checkConsistency |
Type : boolean
|
| Public constraintTableId |
Type : number
|
| Public Optional detailsTransactionId |
Type : number
|
| Public filteringRowIds |
Type : number[]
|
| Public nodeId |
Type : number
|
| Public returnAllIfNoneFound |
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
|