onDidChangeFileDecorations property
Event?
get
onDidChangeFileDecorations
An optional event to signal that decorations for one or many files have changed.
Note that this event should be used to propagate information about children.
@see {@link EventEmitter}
Implementation
_i3.Event<_i2.dynamic>? get onDidChangeFileDecorations => _i5.getProperty(
this,
'onDidChangeFileDecorations',
);
set
onDidChangeFileDecorations
(Event? value)
Implementation
set onDidChangeFileDecorations(_i3.Event<_i2.dynamic>? value) {
_i5.setProperty(
this,
'onDidChangeFileDecorations',
value ?? _i6.undefined,
);
}