Interface

BaseCustomEvent

engine.BaseCustomEvent

Base interface for custom events

Properties:
Name Type Attributes Description
data any

The data associated with the event

target HTMLElement <optional>

The target element that triggered the event

name string <optional>

The name of the event

component string

The component that triggered the event

View Source lib/engine/interfaces.ts, line 213