This accessor provides methods for accessing App settings in a read-only-fashion.
Gets the App's setting by the provided id. Does not throw an error but instead will return undefined it doesn't exist.
the id of the setting
Gets the App's setting value by the provided id. Note: this will throw an error if the setting doesn't exist
the id of the setting value to get
Generated using TypeDoc
This accessor provides methods for accessing App settings in a read-only-fashion.