Hierarchy

  • ISetting

Properties

createdAt?: Date

Date in which this setting was created.

hidden?: boolean

Whether this setting should be hidden from the user/administrator's eyes (can't be hidden and required).

i18nAlert?: string

An optional alert messages which is shown to the user on this setting.

i18nDescription?: string

Description of the setting in the form of a i18n string.

i18nLabel: string

Name of the setting in the form of a i18n string.

i18nPlaceholder?: string

An optional placeholder which will be shown in the form input field, should be an i18n string.

id: string

The id of this setting.

multiline?: boolean

Whether the string type is several lines or just one line.

packageValue: any

What is the default value (allows a reset button).

public: boolean

Whether this setting is a public setting or not - administrators can see ones which are not public but users can't.

required: boolean

Whether this setting is required or not.

section?: string

The name of the section where to put this setting under.

Type of setting this is.

updatedAt?: Date

The last time the setting was updated at.

value?: any

If the setting type is ROOM_PICK, the value will be an array of room ids.

Returns

[{_id: 'rid1'}, {_id: 'rid2'}]

The selectable values when the setting's type is "select" or "multiSelect".

Generated using TypeDoc