Options
All
  • Public
  • Public/Protected
  • All
Menu

Response from Publisher.tableToJson.

Hierarchy

  • TableToJsonResponse

Index

Properties

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

Array of columns for the new data table.

data: any[][]

Array of rows.

format?: "dataTable"

Ignore, publisher will add this.

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

The name for the new data table and any properties.

Type declaration

  • name: string
  • Optional properties?: {}
    • [s: string]: any
version?: "1.0"

Ignore, publisher will add this.

Generated using TypeDoc