Skip to content

ChainGraph API Documentation / @badaitech/chaingraph-types / PortDirection

Variable: PortDirection

const PortDirection: object

Defined in: packages/chaingraph-types/src/port/base/types.ts:68

Type Declaration

Input

readonly Input: "input" = 'input'

Output

readonly Output: "output" = 'output'

Passthrough

readonly Passthrough: "passthrough" = 'passthrough'

Licensed under BUSL-1.1