DiagramZoomStartEvent
Interface
The event arguments for the zoomStart event of the Diagram.
This event is triggered before the zoom level changes.
Definition
Package:@progress/kendo-angular-diagrams
Properties
Checks if the default action of the event has been prevented.
Returns:
boolean
meta?
any
Additional metadata associated with the event.
nativeEvent?
MouseEvent | TouchEvent | PointerEvent | WheelEvent
The native event that triggered the diagram event.
preventDefault
() => void
Prevents the default action of the event.
zoom
number
The Diagram's zoom.