Vizzu / events / RectDrawEvent
Interface: RectDrawEvent\
Event of drawing a rectangle or a marker (in which case rect is the boundary rectangle).
Extends
Event
\<T
>
Type Parameters
• T
Properties
target
target:
null
|T
The element of the chart the event triggered on.
Inherited from
Methods
preventDefault()
preventDefault():
void
If called, the default action of the event will be canceled.
Returns
void
Inherited from