EqContextOptions interface
Defines the structure of context options.
- attrClassName
- broker
- defaultModelId
- defaultQueryId
- endpoint
- handlers
- initialQuery
- listCache
- loadModelOnStart
- loadQueryOnStart
- locale
- useDefaultExporters
- widgets
Properties
Section titled “Properties”attrClassName
Section titled “attrClassName”● attrClassName?: string
broker
Section titled “broker”Obsolete!!!!!. Left for backward compatibilty only
● broker?: EqBrokerOptions
defaultModelId
Section titled “defaultModelId”● defaultModelId?: string
defaultQueryId
Section titled “defaultQueryId”● defaultQueryId?: string
endpoint
Section titled “endpoint”● endpoint?: string
handlers
Section titled “handlers”● handlers?: EqContextHandlers
initialQuery
Section titled “initialQuery”● initialQuery?: QueryData
listCache
Section titled “listCache”● listCache?: ExternalListCache
loadModelOnStart
Section titled “loadModelOnStart”● loadModelOnStart?: boolean
loadQueryOnStart
Section titled “loadQueryOnStart”● loadQueryOnStart?: boolean
locale
Section titled “locale”● locale?: string
useDefaultExporters
Section titled “useDefaultExporters”● useDefaultExporters?: boolean
widgets
Section titled “widgets”● widgets?: any