UpdateSettingParams

Undocumented in source.
@serdeIgnoreUnexpectedKeys
struct UpdateSettingParams {}

Members

Variables

global
bool global;

true if this is a configuration change across all instances and not just the active one

section
string section;

The configuration section to update in (e.g. "d" or "dfmt")

value
JsonValue value;

The value to set the configuration value to

Meta