Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "global/config"

Index

Variables

Const SETTINGS_QUEUE

SETTINGS_QUEUE: PQueue<PriorityQueue, DefaultAddOptions> = ego_helpers.createQueue()

Let globalSettings

globalSettings: GlobalExtensionSettings

Functions

disposeGlobalStuff

  • disposeGlobalStuff(): Promise<void>
  • Disposes all global settings.

    Returns Promise<void>

getGlobalSettings

  • Returns the current, global settings.

    Returns GlobalExtensionSettings

    The current global, settings.

reloadGlobalSettings

  • reloadGlobalSettings(): Promise<void>
  • Reloads the global settings.

    Returns Promise<void>

Generated using TypeDoc