EqContextOptions interface

Defines the structure of context options.

Index

Properties

Properties


attrClassName

● attrClassName?: string


calcTotals

● calcTotals?: boolean


chunkSize

● chunkSize?: number


columnTitleFormat

● columnTitleFormat?: string


defaultModelId

● defaultModelId?: string


defaultQueryId

● defaultQueryId?: string


endpoint

● endpoint?: string


handlers

● handlers?: EqContextHandlers


initialQuery

● initialQuery?: QueryData


listCache

● listCache?: ExternalListCache


loadModelOnStart

● loadModelOnStart?: boolean


loadQueryOnStart

● loadQueryOnStart?: boolean


locale

● locale?: string


localeSettings

● localeSettings?: LocaleSettings


serverExporters

● serverExporters?: string[]


useDefaultExporters

● useDefaultExporters?: boolean


widgets

● widgets?: any