SettingData

data. SettingData

The data schema for a Setting document.

Constructor

new SettingData(data, documentopt)

See:
  • BaseSetting
Properties:
Name Type Description
_id string

The _id which uniquely identifies this Setting document

key string

The setting key, a composite of {scope}.{name}

value *

The setting value, which may be any type of data

Parameters:
Name Type Attributes Description
data object

Initial data used to construct the data object

document BaseSetting <optional>

The document to which this data object belongs

Extends

  • DocumentData