custom
This property allows you to specify your own custom application settings.
Example
custom: {
myAppName: "Hello World",
mySeverityLevel: 20
} |
The values can then be accessed in your application as follows:
const appName = profound.settings.custom.myAppName;
const level = profound.settings.custom.mySeverityLevel;
Click here for information on how to modify this setting.