Skip to content

dag-core / Exports / IEdgeBinding

Interface: IEdgeBinding

Maps an output port key of the source node to an input port key of the target node.

Table of contents

Properties

Properties

outputKey

outputKey: string

Defined in

types/domain.ts:118


inputKey

inputKey: string

Defined in

types/domain.ts:119

Released under the MIT License.