Left for backward compatibilty only
Index
Properties
Properties
endpoint
The endpoint.
● endpoint?: string
onExecuteQuery
● onExecuteQuery?: (options: any
) => any
onExportResult
● onExportResult?: (options: any
) => any
onLoadModel
Tuners. Each tuner is a function which are called before sending a request to the server
● onLoadModel?: (options: any
) => any
onLoadQuery
● onLoadQuery?: (options: any
) => any
onRequest
Calls to setup request before sending to the server
● onRequest?: (xhr: XMLHttpRequest
) => void
onSyncQuery
● onSyncQuery?: (options: any
) => any
serviceUrl
● serviceUrl?: string