Interface ResourceDecorationChangeEvent

interface ResourceDecorationChangeEvent {
    affectsResource(uri): boolean;
}

Methods