跳转到内容

ScriptVerbCatalog

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

Defined in: logic/nodes.ts:25

The registry, narrowed to what a shape needs. An AiRegistry satisfies it structurally; so does the editor’s catalog, which knows the names the open PROJECT registered — names the editor’s own realm never executes and so could never have in a live registry.

getActionOutputs(name): readonly AiOutputDef[]

Defined in: logic/nodes.ts:28

string

readonly AiOutputDef[]


getActionParams(name): readonly AiParamDef[]

Defined in: logic/nodes.ts:27

string

readonly AiParamDef[]


graphSignature(ref): ScriptGraphSignature | null

Defined in: logic/nodes.ts:35

The signature a callable graph declares, or null where this build has no such graph. A called graph’s pins come from the GRAPH, so changing its signature redraws every caller rather than leaving them on a stale one.

string

ScriptGraphSignature | null


hasAction(name): boolean

Defined in: logic/nodes.ts:26

string

boolean


isActionPure(name): boolean

Defined in: logic/nodes.ts:29

string

boolean