projects/m2-core/src/lib/core/service/data/requests/table/edit/EditExportTableRowsRequest.ts
Properties |
|
constructor(operation: EditExportTableRowsOperation, tableId: number, editAllRows?: boolean, rowIndexes?: number[], newState?: DispatchState)
|
||||||||||||||||||
|
Parameters :
|
| Public Optional editAllRows |
Type : boolean
|
| Public newState |
Type : DispatchState
|
| Public operation |
Type : EditExportTableRowsOperation
|
| Public Optional rowIndexes |
Type : number[]
|
| Public tableId |
Type : number
|