Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface MqlResultTable

typedef

MqlResultTable

type

{object}

property

{{Name: string}[]} Columns The list of columns in the table

property

{{ Depth: number, Name: string, RowData: any[], Path: string }[]} Rows The rows of the table, including their depth, name, path, and data.

Hierarchy

  • MqlResultTable

Index

Properties

Properties

Columns

Columns: object[]

Result

Result: object

Type declaration

Generated using TypeDoc