Some components have an "advancedConfig" component that contains advanced configuration properties. These properties do not need to be modified in most cases when using the component; they do however make it possible to modify its behavior in particular cases.

Example :

AdvancedConfig

Properties:

The properties of the advancedConfig component are specific to each component in which they are found.

Actions:

  • UpdateConfig : Updates the configuration, allowing you to add any missing properties and remove unnecessary properties.
  • ResetConfig : Resets the configuration, which involves resetting the existing properties to their defaults, adding any missing properties, and deleting unnecessary properties. The reset is only performed on the properties contained in the advancedConfig and not on the properties of the parent component. However, their modification (due to their reset to their default values) may impact the parent component.