EqContextHandlers interface
Defines interface for all context event handlers
- beforeExecuteQuery
- beforeExportResult
- beforeLoadModel
- beforeLoadQuery
- beforeSyncQuery
- listRequestHandler
- onError
- onInit
- onInitialModelLoad
- onLoadModel
- onLoadQuery
- onProcessEnd
- onProcessStart
Properties
Section titled “Properties”beforeExecuteQuery
Section titled “beforeExecuteQuery”● beforeExecuteQuery?: (options: any
) => any
beforeExportResult
Section titled “beforeExportResult”● beforeExportResult?: (options: any
) => any
beforeLoadModel
Section titled “beforeLoadModel”Tuners. Each tuner is a function which are called before sending a request to the server
● beforeLoadModel?: (options: any
) => any
beforeLoadQuery
Section titled “beforeLoadQuery”● beforeLoadQuery?: (options: any
) => any
beforeSyncQuery
Section titled “beforeSyncQuery”● beforeSyncQuery?: (options: any
) => any
listRequestHandler
Section titled “listRequestHandler”● listRequestHandler?: any
onError
Section titled “onError”● onError?: (message: StatusMessage) => void
onInit
Section titled “onInit”● onInit?: () => void
onInitialModelLoad
Section titled “onInitialModelLoad”● onInitialModelLoad?: (model: DataModel) => void
onLoadModel
Section titled “onLoadModel”● onLoadModel?: (model: DataModel) => void
onLoadQuery
Section titled “onLoadQuery”● onLoadQuery?: (query: Query) => void
onProcessEnd
Section titled “onProcessEnd”● onProcessEnd?: (message: StatusMessage) => void
onProcessStart
Section titled “onProcessStart”● onProcessStart?: (message: StatusMessage) => void