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

      Parameters

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

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

          • ...args: any[]

          Returns __type

      • _mixinName: string
      • commandContributions: CommandContributions

        Verbs the forum capability grants. Flows into the host's recency stack via the hosted-update self-seeding (CommandApi.collectHostedUpdateDefs + applyHostedUpdateDelta), with the forum update as commandSource.

      • prototype: __type<any>