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