SettingName Type
SettingName = string
The name of a Setting.
Setting names must be valid JavaScript property names containing no spaces or periods.
The name of a setting begins with the schema prefix of the SettingGroupSchema in which its SettingSchema is defined.
A setting name therefore forms a path like file names in a file system.
For example, the following are setting names defined in the energyAnalysis
, iot-scan-visualization
, and vibration-map
schemas.
"energyAnalysis/formats/totalWork"
"energyAnalysis/formats/totalHours"
"energyAnalysis/units/power"
"energyAnalysis/units/temperature"
"energyAnalysis/startupMode"
"iot-scan-visualization/ports/cameras"
"vibration-map/filters/scope"
"vibration-map/filters/prefabricated"
Defined in
Last Updated: 14 November, 2024
Found something wrong, missing, or unclear on this page?Raise an issue in our repo.