Hierarchy

  • Setting

Constructors

Properties

description: string
displayName: string
name: string

The name of the setting

Methods

  • Set that this setting will only show when another setting is on or off.

    Parameters

    • settingName: string

      The setting that this setting will depend on (internal name).

    • Optional value: boolean

      The value the other setting needs to be for this setting to show

    Returns void

  • Sets the setting value.

    Parameters

    • value: any

      The value to set. Must be of type corresponding to the type of the setting.

    Returns void

Generated using TypeDoc