Hides a setting. This does not influence the actual functionality (the setting will still have its value and can be programatically read), but the administrator will not be able to see it anymore
the id of the setting to hide
Increases the setting value by the specified amount. To be used only with statistic settings that track the amount of times an action has been performed
the id of the existing Rocket.Chat setting
Optional
value: numberhow much should the count be increased by. Defaults to 1.
Modifies the configured value of another setting, please use it with caution as an invalid setting configuration could cause a Rocket.Chat instance to become unstable.
the modified setting (id must be provided)
Generated using TypeDoc
This accessor provides methods to change default setting options of Rocket.Chat in a compatible way. It is provided during your App's "onEnable".