# EventJS
This event is the most basic event class, parent of all other events.
##### Parent class [Object](https://mods.latvian.dev/books/kubejs/page/object) ##### Can be cancelled No #### Variables and FunctionsName | Return Type | Info |
cancel() | [void](https://mods.latvian.dev/books/kubejs/page/primitive-types) | Cancels event. If the event can't be cancelled, it won't do anything. |