Documentation
    Preparing search index...

    Interface TalentTreeResponse

    The response for a talent tree.

    interface TalentTreeResponse {
        _links: { self: Href };
        class_talent_nodes: ClassTalentNode[];
        id: number;
        media: { href: string };
        name: string;
        playable_class: NameIdKey;
        playable_specialization: NameIdKey;
        restriction_lines: RestrictionLine[];
        spec_talent_nodes: SpecTalentNode[];
    }

    Hierarchy

    • NameId
    • ResponseBase
      • TalentTreeResponse
    Index

    Properties

    _links: { self: Href }
    class_talent_nodes: ClassTalentNode[]
    id: number
    media: { href: string }
    name: string
    playable_class: NameIdKey
    playable_specialization: NameIdKey
    restriction_lines: RestrictionLine[]
    spec_talent_nodes: SpecTalentNode[]