Saxonberg Server API
    Preparing search index...

    Public shape provided by FocusedMixin.

    interface Focused {
        clearFocus(): void;
        getFocus(): string;
        getPronounMemory(): PronounMemory;
        setFocus(fragment: string): void;
    }
    Index

    Methods

    • Read the giver's active focus fragment — the persisted MQL scope state. Surfaced to verbs via the $focus synthetic var inside YAML scope: and default: declarations. Defaults to "here". Inspection-shaped commands (look, examine, …) update focus post-resolve via the dispatcher's drill-trail rule; the focus command sets it explicitly.

      Returns string