EventRegistration
n8n-nodes-semble / core/EventSystem / EventRegistration
Interface: EventRegistration\<T>¶
Defined in: core/EventSystem.ts:30
Event listener registration
Type Parameters¶
T¶
T
extends BaseEvent
= BaseEvent
Properties¶
id¶
id:
string
Defined in: core/EventSystem.ts:31
type¶
type:
string
Defined in: core/EventSystem.ts:32
listener¶
listener:
EventListener
\<T
>
Defined in: core/EventSystem.ts:33
once¶
once:
boolean
Defined in: core/EventSystem.ts:34
priority¶
priority:
number
Defined in: core/EventSystem.ts:35
source?¶
optional
source:string
Defined in: core/EventSystem.ts:36