Saxonberg Server API
    Preparing search index...

    A def'd command — captured params, body, and definition scope (the closure). Held in the per-actor session-defs map so a def at one prompt is invocable at the next (the named-scripts surface).

    interface ScriptDef {
        body: Script;
        params: string[];
        scope: Scope;
    }
    Index

    Properties

    Properties

    body: Script
    params: string[]
    scope: Scope