Skip to content

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

Type Alias: ArrayPortItemConfigArray

ArrayPortItemConfigArray = Omit<ConfigTypeMap["array"], "itemConfig"> & object

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

Branch for nested array items: the inner array's itemConfig is defined recursively.

Type Declaration

itemConfig

itemConfig: ArrayPortItemConfig

Licensed under BUSL-1.1