Returns an array of key field values of the record.
Syntax
row.getKeys()
Arguments
No arguments.
Return value
Returns an array of key field values of the record.
Example
console.log( row.getKeys() )
Output
[1]
//or
[3, 'Beverages']
See also
•Grid Row JavaScript API: row.recordId()
•About Grid Row JavaScript API