跳转到内容

AiOutputDef

此内容尚不支持你的语言。

Defined in: ai/fsm/registry.ts:82

One declared output — what a name hands back. Deliberately thinner than AiParamDef: an output has no control to render, so it carries the type a wire is checked against and a label, and nothing an inspector would need.

optional label?: string

Defined in: ai/fsm/registry.ts:86


name: string

Defined in: ai/fsm/registry.ts:84

Key in the AiOutputs record, and the fallback label.


optional tooltip?: string

Defined in: ai/fsm/registry.ts:87


type: "string" | "number" | "entity" | "bool"

Defined in: ai/fsm/registry.ts:85