Skip to content

PersistentAI API Documentation / @persistentai/fireflow-types / Description

Function: Description()

Description(portDescription): PropertyDecorator

Defined in: packages/fireflow-types/src/decorator/port-config.decorator.ts:32

Description decorator to add a description to a port. This decorator updates the port metadata with a new "description" property.

Parameters

portDescription

string

The description text for the port.

Returns

PropertyDecorator

Licensed under BUSL-1.1