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

      Parameters

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

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

          • ...args: any[]

          Returns __type

      • _mixinName: string
      • commandContributions: CommandContributions

        Actor-side cancel verb — every Engaged thing can cancel its own in-flight activities. Wave 1 ships the verb against an empty engagement map (no v1 producers register engagements yet); the verb stays useful and accurate ("nothing to cancel") until Wave 2+ content earns it.

      • defaultAliases: DefaultAliasEntry[]

        Default aliases contributed when the host also composes AliasMixin — collected via MixinApi.queryMixins at alias- resolution time. stop is the slate-mandated synonym; add more synonyms here as content earns them.

      • prototype: __type<any>