New to Kendo UI for Angular? Start 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.
Name | Type | Default | Description |
---|---|---|---|
isDefaultPrevented |
|
Checks if the default action of the event has been prevented. | |
meta? |
|
Additional metadata associated with the event. | |
nativeEvent? |
|
The native event that triggered the diagram event. | |
point |
|
The point where the event occurred, in diagram coordinates. | |
preventDefault |
|
Prevents the default action of the event. | |
sender |
|
The diagram instance that triggered the event. | |
zoom |
|
The Diagram's zoom. |