The data format used by useRecordActionData and registerRecordActionDataCallback to represent a record action (for example, a click of a button with "Open block" action).
Press shift + S to search API reference.
The data format used by useRecordActionData and registerRecordActionDataCallback to represent a record action (for example, a click of a button with "Open block" action).
interface RecordActionData
recordId | RecordId Id corresponding to the record the button was clicked from. |
tableId | TableId Id corresponding to the table containing the record with the button. |
viewId | ViewId Id corresponding to the view the button was clicked from. |