type of the module's PersistentData
static persistent data (e.g. in Flux applications: the one defined from the settings panel of the module)
the attributes that have been requested to be updated (e.g. those returned in the configuration part returned by an adaptor)
the result of merging original with newAttributes
a list of intrus: fields in newAttributes that are actually not part of the original persistent data. The values of the array are the path to the attributes.
Generated using TypeDoc
ConfigurationStatus
Base class for both ConsistentConfiguration and InconsistentConfiguration.
It is the returned value of the function mergeConfiguration.