TableRow class
Representing a single row in the table
Signature:export declare class TableRow
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
Attributes | { column: string; value: string; }[] | Attributes in the table | |
Id | string | Contains the unique id of the row (when applicable) |