Skip to main content

complex_setting_changed

Issues a warning when specific complex settings are overridden to alert the user of potential unexpected behavior.

def complex_setting_changed(
enter: boolean,
setting: string,
**kwargs: dict
) - > null

Warns the user when specific complex settings are overridden to prevent unexpected behavior during runtime.

Parameters

NameTypeDescription
enterbooleanA flag indicating whether the setting is being entered (True) or exited (False) during a configuration override.
settingstringThe name of the configuration setting that has been modified.
**kwargsdictAdditional keyword arguments passed by the setting_changed signal.

Returns

TypeDescription
nullNothing is returned; the function performs a side effect by issuing a warning.