DataChangedScope
Defines where a Data Change should be monitored
TypeScript
export interfaceProperties
| Property | Description |
|---|---|
| columnIds | Scopes a group of Column Ids |
| wholeRow | Scopes every Column in the Row |
Property Details
columnIds
Scopes a group of Column Ids
TypeScript
columnIds: Set<string>;Property Value
Set<string>
wholeRow
Scopes every Column in the Row
TypeScript
wholeRow: boolean;Property Value
boolean