DataflowGraphSourceNode interface

DataflowGraph source node properties.

Extends

Properties

nodeType

Type of the source node.

sourceSettings

Source configuration.

Inherited Properties

name

Name of the node.

Property Details

nodeType

Type of the source node.

nodeType: "Source"

Property Value

"Source"

sourceSettings

Source configuration.

sourceSettings: DataflowGraphSourceSettings

Property Value

Inherited Property Details

name

Name of the node.

name: string

Property Value

string

Inherited From DataflowGraphNode.name