Skip to content

scriptCatalog

scriptCatalog(verbs, signatures?): ScriptVerbCatalog

Defined in: logic/nodes.ts:58

A catalog over a verb registry plus whatever graph signatures the caller knows. Two sources because they have two owners: a verb is a process-wide registration, a graph is an asset of the realm that loaded it.

Omit<ScriptVerbCatalog, "graphSignature">

ReadonlyMap<string, ScriptGraphSignature>

ScriptVerbCatalog