Readonly
onFired when any of the available tree decorators has changes.
Computes the decorations for the tree based on the actual state of this decorator service.
the tree to decorate
(a promise of) the computed decoration data
Counterpart of the deflateDecorators method. Restores the argument into a Map
of tree node IDs and the corresponding decorations data array (decoration data
).
the deserialized `decoration data
The TreeDecoratorService manages a set of known {link TreeDecorator}s and emits events when any of the known decorators has changes. Typically, a
TreeDecoratorService
provides a contribution point that can be used to register TreeDecorators exclusively for this service.Example usage