@serenity-is/corelib / ArgsRowsOrCountChanged
Interface: ArgsRowsOrCountChanged
Defined in: src/slick/remoteview.ts:55
Arguments for rows or row-count changed events.
Extends
Properties
currentRowCount
currentRowCount:
number
Defined in: src/slick/remoteview.ts:61
Current row count after the change.
dataView
dataView:
IRemoteView
Defined in: src/slick/remoteview.ts:13
The data view that raised the event.
Inherited from
previousRowCount
previousRowCount:
number
Defined in: src/slick/remoteview.ts:59
Previous row count before the change.
rowCountChanged
rowCountChanged:
boolean
Defined in: src/slick/remoteview.ts:63
Whether the row count changed.
rowsChanged
rowsChanged:
boolean
Defined in: src/slick/remoteview.ts:65
Whether any rows changed.
rowsDiff
rowsDiff:
number[]
Defined in: src/slick/remoteview.ts:57
Indices of the rows that changed.