EqContextOptions interface
Defines the structure of context options.
- attrClassName
- calcTotals
- chunkSize
- columnTitleFormat
- defaultModelId
- defaultQueryId
- endpoint
- handlers
- initialQuery
- listCache
- loadModelOnStart
- loadQueryOnStart
- locale
- localeSettings
- serverExporters
- useDefaultExporters
- widgets
Properties
Section titled “Properties”attrClassName
Section titled “attrClassName”● attrClassName?: string
calcTotals
Section titled “calcTotals”● calcTotals?: boolean
chunkSize
Section titled “chunkSize”● chunkSize?: number
columnTitleFormat
Section titled “columnTitleFormat”● columnTitleFormat?: string
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
localeSettings
Section titled “localeSettings”● localeSettings?: LocaleSettings
serverExporters
Section titled “serverExporters”● serverExporters?: string
[]
useDefaultExporters
Section titled “useDefaultExporters”● useDefaultExporters?: boolean
widgets
Section titled “widgets”● widgets?: any