Skip to content

Vizzu / Modules / vizzu / Event / Object

Interface: Object

vizzu.Event.Object

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

Properties

preventDefault

preventDefault: () => void

Type declaration

▸ (): void

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

Returns

void