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

DiagramZoomStartEvent

The event arguments for the zoomStart event of the Diagram. This event is triggered before the zoom level changes.

NameTypeDefaultDescription

isDefaultPrevented

() => boolean

Checks if the default action of the event has been prevented.

meta?

any

Additional metadata associated with the event.

nativeEvent?

MouseEvent | PointerEvent | TouchEvent | WheelEvent

The native event that triggered the diagram event.

point

Point

The point where the event occurred, in diagram coordinates.

preventDefault

() => void

Prevents the default action of the event.

sender

Diagram

The diagram instance that triggered the event.

zoom

number

The Diagram's zoom.

Not finding the help you need?
Contact Support