Any key within record that can be watched:
'name'
'commentCount'
'cellValues'
'cellValueInField:' + someFieldId
'colorInView:' + someViewId
Press shift + S to search API reference.
Any key within record that can be watched:
'name'
'commentCount'
'cellValues'
'cellValueInField:' + someFieldId
'colorInView:' + someViewId
type WatchableRecordKey = "cellValues" | "name" | "commentCount" | string