Readonly
clientA unique string allowing you to identify different instances
Readonly
internalThe parent of an object allowing you to easily navigate during debugging
set the pixel height of a specific row
Data row index local to dataModel.
pixel height
Reset the row properties in its entirety to the given row properties object.
Data row index local to dataModel
.
The new row properties object. If undefined
, this call is a no-op.
This is the subgrid. You only need to provide the subgrid when it is not the data subgrid and you did not give a CellEvent
object in the first param (which already knows what subgrid it's in).
Sets a single row property on a specific individual row.
Data row index local to dataModel
.
The property name.
The new property value.
This is the subgrid. You only need to provide the subgrid when it is not the data subgrid and you did not give a CellEvent
object in the first param (which already knows what subgrid it's in).
The major classes in RevClient implement this interface to assist with debugging.