New to Kendo UI for AngularStart a free 30-day trial

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

Additional metadata associated with the event.

nativeEvent?

MouseEvent | TouchEvent | PointerEvent | WheelEvent

The native event that triggered the diagram event.

The point where the event occurred, in diagram coordinates.

preventDefault

() => void

Prevents the default action of the event.

zoom

number

The Diagram's zoom.