# Listener Handler Properties

All the properties that belong to this instance (which can be undefined, unless they have a default value set):

Property Description Type Value Optional
path The path to the events to handle using this listener string ❌
ovrerideDefaults Whether or not to override the default (internal) handlers (true by default.) boolean ✔️
events The events that belong to this handler Store<string, BaseEvent> Property not constructable.
defaultEvents The default events for this handler; internal handling. Store<string, BaseEvent> Property not constructable.