Skip to content

TypeScript Function APIDocs


TypeScript Function API / asset_builder / IAssetBuilder

Interface: IAssetBuilder

Methods

addProp()

addProp(prop): this

Parameters

prop: PropDefinition

Returns

this

Defined in

asset_builder.ts:1023


addSecretProp()

addSecretProp(prop): this

Parameters

prop: SecretPropDefinition

Returns

this

Defined in

asset_builder.ts:1025


defineSecret()

defineSecret(definition): this

Parameters

definition: SecretDefinition

Returns

this

Defined in

asset_builder.ts:1027


addResourceProp()

addResourceProp(prop): this

Parameters

prop: PropDefinition

Returns

this

Defined in

asset_builder.ts:1029


addInputSocket()

addInputSocket(socket): this

Parameters

socket: SocketDefinition

Returns

this

Defined in

asset_builder.ts:1031


addOutputSocket()

addOutputSocket(socket): this

Parameters

socket: SocketDefinition

Returns

this

Defined in

asset_builder.ts:1033


addSiPropValueFrom()

addSiPropValueFrom(siPropValueFrom): this

Parameters

siPropValueFrom: SiPropValueFromDefinition

Returns

this

Defined in

asset_builder.ts:1035


addDocLink(key, value): this

Parameters

key: string

value: string

Returns

this

Defined in

asset_builder.ts:1037


build()

build(): Asset

Returns

Asset

Defined in

asset_builder.ts:1039