Options
All
  • Public
  • Public/Protected
  • All
Menu

Data provided to Publisher.addRowsFromJson to add rows to the target data table.

Hierarchy

  • AddRowsRequest

Index

Properties

columns: { dataType: DataType; name: string }[]

Array of columns in the target table to which data will be added.

data: any[][]

Array of rows to add to the data table, the ordering of the data in each row should correspond to the array of columns.

format?: "dataTable"

Ignore, this is automatically set by publisher.

table: { id?: string; name?: string }

The target table to which rows will be added defined by the table id or name - one of these must be provided. If both fields are provided, the id is used preferentially to find the table in the document.

Type declaration

  • Optional id?: string
  • Optional name?: string
version?: "1.0"

Ignore, this is automatically set by publisher.

Generated using TypeDoc