Skip to content

EqBrokerOptions interface

Obsolete!!!!!. Left for backward compatibilty only


The endpoint.

● endpoint?: string


● onExecuteQuery?: (options: any) => any


● onExportResult?: (options: any) => any


Tuners. Each tuner is a function which are called before sending a request to the server

● onLoadModel?: (options: any) => any


● onLoadQuery?: (options: any) => any


Calls to setup request before sending to the server

● onRequest?: (xhr: XMLHttpRequest) => void


● onSyncQuery?: (options: any) => any


● serviceUrl?: string