Module config

Module config 

Source
Expand description

Configuration view models and value provenance.

These types are the presentation layer for configuration data. They do not read or write configuration themselves; they describe how a setting should be displayed and where the current value came from.

Structs§

ConfigSection
A rendered configuration section with key/value pairs.
ConfigValue
A configuration value paired with its source.

Enums§

ConfigValueSource
The provenance of a resolved configuration value.