Skip to content

Vizzu / Exports / Event / Object

Interface: Object

Event.Object

The interface of the event object is passed to event handlers by the library. Additional properties will vary by event type.

Methods

preventDefault

preventDefault(): void

If called, the default action of the event will be canceled.

Returns

void