Interface: Event\
The interface of the event object is passed to event handlers by the library. Detail properties will vary by event type.
Extended by
Type Parameters
• T
Properties
target
target:
null
|T
The element of the chart the event triggered on.
Methods
preventDefault()
preventDefault():
void
If called, the default action of the event will be canceled.
Returns
void