NgDiagramMinimapNavigationDirective
since v1.0.0Directive that enables drag navigation on the minimap. Users can drag on the minimap to move the diagram viewport.
Supports both mouse and touch input. Uses pointer capture for reliable touch tracking on mobile devices.
Implements
Section titled “Implements”OnDestroy
Methods
Section titled “Methods”ngOnDestroy()
Section titled “ngOnDestroy()”ngOnDestroy():
void
A callback method that performs custom clean-up, invoked immediately before a directive, pipe, or service instance is destroyed.
Returns
Section titled “Returns”void
Implementation of
Section titled “Implementation of”OnDestroy.ngOnDestroy