projects/m2-core/src/lib/model/constraint/ConstraintCellInfo.ts
Properties |
|
constructor(constraintRowId: number, cellId: number, propertyId: number, cell?: ConstraintTableCell)
|
|||||||||||||||
|
Parameters :
|
| Public Optional cell |
Type : ConstraintTableCell
|
| Public cellId |
Type : number
|
| Public constraintRowId |
Type : number
|
| Public propertyId |
Type : number
|