Options
All
  • Public
  • Public/Protected
  • All
Menu

Type Parameters

    Hierarchy

    • SettingConfig

    Index

    Properties

    key: string

    A unique machine-readable id for the setting

    namespace: string

    The namespace the setting belongs to

    name: string

    The human readable name

    hint: string

    An additional human readable hint

    scope: string

    The scope the Setting is stored in, either World or Client

    config: boolean

    Indicates if this Setting should render in the Config application

    type: builtins

    The JS Type that the Setting is storing

    choices: any

    For string Types, defines the allowable values

    range: any

    For numeric Types, defines the allowable range

    default: builtins

    The default value

    onChange: Function

    Executes when the value of this Setting changes