InsightsTableResult interface

Query results for table insights query.

Properties

columns

Columns Metadata of the table

rows

Rows data of the table

Property Details

columns

Columns Metadata of the table

columns?: InsightsTableResultColumnsItem[]

Property Value

rows

Rows data of the table

rows?: string[][]

Property Value

string[][]