n8n Semble Integration

  • Home
Getting Started
  • Configuration
  • Installation
Node Reference
  • Booking Nodes
  • Credentials
  • Overview
  • Patient Nodes
  • Product Nodes
  • Trigger Nodes
API Reference
  • Overview
  • Components
  • Core
Examples
  • Common Workflows
  • Integration Patterns
  • Troubleshooting
Development
  • Architecture
  • Contributing
  • Testing

EventRegistration

n8n-nodes-semble v2.1.0


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

Menu
Home
Getting Started
Configuration Installation
Node Reference
Booking Nodes Credentials Overview Patient Nodes Product Nodes Trigger Nodes
API Reference
Overview Components Core
Examples
Common Workflows Integration Patterns Troubleshooting
Development
Architecture Contributing Testing

On This Page

Type Parameters T Properties id type listener once priority source?
shadcn theme provided by @asiffer