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.
Parameters
Section titled “Parameters”Omit<ScriptVerbCatalog, "graphSignature">
signatures?
Section titled “signatures?”ReadonlyMap<string, ScriptGraphSignature>