The row’s data will automatically get passed as params to your view. If it is a view cell, which is what you have, the shape should be:
column: number,
columnIndex: number,
row: number,
rowIndex: number,
value: any,
rowData: object,
the rest of any custom params provided through configuration
Pro tip, if you end up in this situation again, it’s useful to drop a markdown or text area component and just bind its value to the views params to see what params are getting passed to your view.