Skip to main content
Version: Next

Config

Index

Constructors

Methods

Constructors

constructor

Methods

staticgetParameter

  • getParameter(id: string): unknown
  • Return the value of the specified parameter. Parameters can get their values from the oConfig.json file or be overridden from the URL / command that opened the application.


    Parameters

    • id: string

      the parameter id

    Returns unknown