Skip to content

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

Function: PortAny()

PortAny(config?): PropertyDecorator

Defined in: packages/chaingraph-types/src/decorator/scalar.decorator.ts:98

PortAny decorator to specify a port configuration for type "any".

Parameters

config?

Omit<AnyPortConfig, "type">

Optional configuration object for additional options.

Returns

PropertyDecorator

Licensed under BUSL-1.1