Skip to main content

@mapgear/geoapps > TableRequest

TableRequest class

Request object used to retrieve a table from the smartscope

Signature:
export declare class TableRequest 

Properties

PropertyModifiersTypeDescription
fromstringDatasource where the data is retrieved from
groupBystring[]The columns used for grouping the table
limit?number(Optional) Maximum amount records to retrieve
offset?number(Optional) Offset of the retrieved data
orderTableRequestOrder[]The columns to order the table from the smart scope
selectTableRequestSelect[]The columns to request from the smart scope