InsightsTableResult interface
Query results for table insights query.
Property Details
columns
Columns Metadata of the table
columns?: InsightsTableResultColumnsItem[]
Property Value
rows
Rows data of the table
rows?: string[][]
Property Value
string[][]