Saxonberg Server API
    Preparing search index...

    Optional instrument-side state for "remember what we last looked at." Crystal-ball-style instruments may compose this; mirrors may not. v1 ships no consumer.

    interface ScryFocus {
        getScryFocus(): Stuff | null;
        setScryFocus(target: Stuff | null): void;
    }
    Index

    Methods