Reader for the settings inside of the server (Rocket.Chat). Only a subset of them are exposed to Apps.
Gets all of the server settings which are exposed to the Apps.
an iterator of the exposed settings
Gets a server setting by id. Please note: a error will be thrown if not found or trying to access one that isn't exposed.
the id of the setting to get
the setting
Gets a server setting's value by id. Please note: a error will be thrown if not found or trying to access one that isn't exposed.
the setting's value
Checks if the server setting for the id provided is readable, will return true or false and won't throw an error.
the server setting id
Generated using TypeDoc
Reader for the settings inside of the server (Rocket.Chat). Only a subset of them are exposed to Apps.