Skip to content

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

Type Alias: ArrayPortValue<Item>

ArrayPortValue<Item> = ExtractValue<Item>[] | undefined | null

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

Array port value

Type Parameters

Item

Item extends IPortConfig = IPortConfig

Licensed under BUSL-1.1