Skip to content

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

Type Alias: ArrayPortItemConfig

ArrayPortItemConfig = ArrayPortItemConfigObject | ArrayPortItemConfigArray | ConfigTypeMap["array"]["itemConfig"]

Defined in: packages/chaingraph-types/src/decorator/port.decorator.types.ts:54

The overall union for array port item configuration is then the union of: • the explicit object-port branch, • the recursive array branch, • and the default definition for array items.

Licensed under BUSL-1.1