Documentation
    Preparing search index...

    Function talentTree

    • Get a talent tree by ID.

      Parameters

      • talentTreeId: number

        The talent tree ID.

      • specId: number

        The playable specialization ID.

      Returns {
          _responseType?: TalentTreeResponse;
          namespace?: BlizzardNamespaces;
          parameters?: Record<string, unknown>;
          path: string;
      }

      The talent tree. See TalentTreeResponse.

      • Optional Internal_responseType?: TalentTreeResponse

        The response type of the resource

      • Optionalnamespace?: BlizzardNamespaces
      • Optionalparameters?: Record<string, unknown>
      • path: string