WatchedQueryRowDifferential<RowType>
Represents an updated row in a differential watched query.
It contains both the current and previous state of the row.
Type Parameters
Properties
| Property | Modifier | Type |
|---|
current | readonly | RowType |
previous | readonly | RowType |