Skip to content

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

Interface: ObjectSchemaCopyToConfig

Defined in: packages/chaingraph-types/src/decorator/object-schema-copy-to.decorator.ts:26

Configuration options for ObjectSchemaCopyTo decorator

Properties

copyToAll?

optional copyToAll: boolean

Defined in: packages/chaingraph-types/src/decorator/object-schema-copy-to.decorator.ts:37

Whether to copy to all matching ports or just the first one

Default

ts
false

useParentUI?

optional useParentUI: boolean

Defined in: packages/chaingraph-types/src/decorator/object-schema-copy-to.decorator.ts:31

Whether to use parent UI settings when copying schema

Default

ts
true

Licensed under BUSL-1.1