Saxonberg Server API
    Preparing search index...
    • Type Parameters

      Parameters

      Returns {
          _mixinName: string;
          commandContributions: CommandContributions;
          persistentFields: string[];
          prototype: __type<any>;
          settings: SettingsSchemaEntry<unknown>[];
          new (...args: any[]): __type;
      } & TBase

        • new (...args: any[]): __type
        • Parameters

          • ...args: any[]

          Returns __type

      • _mixinName: string
      • commandContributions: CommandContributions
      • persistentFields: string[]

        No persistent fields v1 — the mixin contributes verbs and schema only, not stored state.

      • prototype: __type<any>
      • settings: SettingsSchemaEntry<unknown>[]

        Eval-side knobs declared as session-lifetime settings so they round-trip through settings get / set even though the runtime defaults are baked into EvalScript.run. Per the slate, these register here as schema; consumption lands when the eval sandbox honors them.