Vizzu / Modules / events / LineDrawEvent
Interface: LineDrawEvent\
events.LineDrawEvent
Event of drawing a line.
Type parameters
| Name | 
|---|
| T | 
Hierarchy
- 
Event\<T>↳ LineDrawEvent
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