Callback type aliases
GetTableCell
The GetTableCell type describes a function that takes a Id and returns the Cell value for a particular Row, optionally in a joined Table. Read more.
ResultTableCallback
The ResultTableCallback type describes a function that takes a ResultTable's Id and a callback to loop over each ResultRow within it. Read more.
ResultRowCallback
The ResultRowCallback type describes a function that takes a ResultRow's Id and a callback to loop over each ResultCell within it. Read more.
ResultCellCallback
The ResultCellCallback type describes a function that takes a ResultCell's Id and its value. Read more.
QueryCallback
The QueryCallback type describes a function that takes a query's Id. Read more.