type AddTableRowQuery: object;
Type declaration
b
b: boolean;
True if the row should be added before the reference cell
c
c: number;
Column of the reference cell that the row should be added next to
id
id: string;
ID of the table to add this row to
r
r: number;
Row of the reference cell that the row should be added next to