ExtensionEvent reference
This article provides reference material about the ExtensionEvent
record. All extension events have to be derived from the EventListener
, which serves as the base class for events within the Sana framework.
The EventListener
is an abstract record that provides a foundation for defining various types of events that can be handled by event listener extensions.