You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
plugin class: OverlaysByNamePlugin (find a better name)
plugin id: overlays-by-name
methods: all overlays related methods from BpmnElementsRegistry
Note: the existing OverlaysPlugin provides a setVisible method that is not related to names or ids. It should be also available in the "name based" plugin (we could introduce a base class for both plugins).
tbouffard
changed the title
[FEAT] Introduce a plugin to expose the "overlays API" with names as parameters
[FEAT] Introduce a plugin to expose the bpmn-visualization "overlays API" with names as parameters
Aug 22, 2023
Rationale
See #73
Proposal
OverlaysByNamePlugin
(find a better name)overlays-by-name
BpmnElementsRegistry
Note: the existing
OverlaysPlugin
provides asetVisible
method that is not related to names or ids. It should be also available in the "name based" plugin (we could introduce a base class for both plugins).Example of usage
The text was updated successfully, but these errors were encountered: