BaseConfigType: {
    chiliEnvironmentUrl?: string;
    documentType?: DocumentType;
    editorId?: string;
    editorLink?: string;
    enableNextSubscribers?: { onVariableListChanged: boolean };
    enableQueryCallCache?: boolean;
    logging?: { logger?: LoggerFunction; logLevel?: LogLevel };
    studioOptions?: StudioOptionsDeltaUpdate;
    studioStyling?: StudioStyling;
}

Type declaration

  • OptionalchiliEnvironmentUrl?: string
  • OptionaldocumentType?: DocumentType
  • OptionaleditorId?: string
  • OptionaleditorLink?: string
  • OptionalenableNextSubscribers?: { onVariableListChanged: boolean }
  • OptionalenableQueryCallCache?: boolean

    Whether the engine should cache query calls. When enabled it will cache the query calls regardless of the cache control headers.

  • Optionallogging?: { logger?: LoggerFunction; logLevel?: LogLevel }
  • OptionalstudioOptions?: StudioOptionsDeltaUpdate
  • OptionalstudioStyling?: StudioStyling