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.
Properties
Section titled “Properties”label?
Section titled “label?”
optionallabel?: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.
tooltip?
Section titled “tooltip?”
optionaltooltip?:string
Defined in: ai/fsm/registry.ts:87
type:
"string"|"number"|"entity"|"bool"
Defined in: ai/fsm/registry.ts:85