Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Index

Constructors

constructor

Methods

getAuthToken

  • getAuthToken(): string

getCfgnId

  • getCfgnId(): string

on

  • on(eventName: string, callback: Function): void

restartCfgn

  • restartCfgn(presetId?: string, copyCfgnValues?: boolean, callback?: Function): void
  • Restarts the current cfgn process with a new cfgn, which can either be empty or a copy of the current one.
    The preset of the new cfgn can also be chosen.

    Parameters

    • Optional presetId: string

      ID or name of the preset to use. The currently active one if not given.

    • Optional copyCfgnValues: boolean
    • Optional callback: Function

    Returns void

Generated using TypeDoc