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

      Parameters

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

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

          • ...args: any[]

          Returns __type

      • _mixinName: string
      • commandContributions: CommandContributions

        The register verb surfaces only for actors at a node.

      • instructionFields: string[]

        routes is authored content applied once at hydrate (Phase 2).

      • persistentFields: string[]
      • prototype: __type<any>