Optional renderState: iRenderStatePrivate _containerPrivate _lifecyclePrivate Optional _renderPrivate _themeOptional cyOptional diagramGetter
Private applyOptional zoom: numberOptional select: booleanPut a set of elements (nodes and/or edges) at the center of the viewport. If just one element then the element will be at the center.
the element's ID
the zoom level to apply, if not passed, zoom level won't be changed
Optional select: booleanFilter elements on the diagram. It will be actually applied only if the user defined callback on the event FilterRequest returns true and if the internal logic allows for the filter to be applied.
Can be an object of type Filter, DefaultFilterKeyEnum or a string representing the unique key of a defined filter
Private getPrivate performPrivate performUnfilter elements on the diagram. It will be actually deactivated only if the user defined callback on the event FilterRequest returns true and if the internal logic allows for the filter to be deactivated.
Can be an object of type Filter, DefaultFilterKeyEnum or a string representing the unique key of a defined filter
Getter