Skip to content

dag-core / Exports / IDagEdgeDefinition

Interface: IDagEdgeDefinition

A directed edge between two nodes in a DAG definition with optional port bindings.

Table of contents

Properties

Properties

from

from: string

Defined in

types/domain.ts:149


to

to: string

Defined in

types/domain.ts:150


bindings

Optional bindings: IEdgeBinding[]

Defined in

types/domain.ts:151

Released under the MIT License.