Get Started
Key Concepts
- Environments
- Flows
- Tenants
- Sources
- Jobs
Embedded Widget
Transformation
- Overview
- Gluestick
- Writing a basic script
- Debugging a script
- Snapshots
- Use Cases
- Sample Scripts
Custom Connectors
Unified Schema
Environment Settings
Connectors
- Core Connectors
- Community Connectors
Options
Listener
Object specifying any listeners to apply
listener
Syntax
javascript
listener: {
onSourceLinked:
(source, flow) => console.log(JSON.stringify(source))
}
On this page