DataflowGraphDestinationNode interface

DataflowGraph destination node properties.

Extends

Properties

destinationSettings

Destination configuration.

nodeType

Type of the destination node.

Inherited Properties

name

Name of the node.

Property Details

destinationSettings

Destination configuration.

destinationSettings: DataflowGraphDestinationNodeSettings

Property Value

nodeType

Type of the destination node.

nodeType: "Destination"

Property Value

"Destination"

Inherited Property Details

name

Name of the node.

name: string

Property Value

string

Inherited From DataflowGraphNode.name