BaseSetting

documents. BaseSetting

The base Setting model definition which defines common behavior of an Setting document between both client and server.

Constructor

new BaseSetting()

Properties:
Name Type Description
data data.SettingData

The constructed data object for the document.

Extends

  • Document

Members

(static) metadata

(static) schema

key :string

A convenience reference to the key which identifies this game setting.

Type:
  • string

value :any

The parsed value of the saved setting

Type:
  • any