An event describing the change in Configuration
Fields
affectsConfiguration(section:String, ?scope:ConfigurationScope):Bool
Checks if the given section has changed. If scope is provided, checks if the section has changed for resources under the given scope.
Parameters:
section | Configuration name, supports dotted names. |
---|---|
scope | A scope in which to check. |
Returns:
true
if the given section has changed.