Listener

Object specifying any listeners to apply

listener

Syntax

listener: {
  onSourceLinked:
  (source, flow) => console.log(JSON.stringify(source))
}