Interface ConfigurationChangeEvent

An event describing the change in Configuration

interface ConfigurationChangeEvent {
    affectsConfiguration(section, scope?): boolean;
}

Methods

  • Returns true if the given section for the given resource (if provided) is affected.

    Parameters

    Returns boolean

    true if the given section for the given resource (if provided) is affected.