Class: RankedClan
Represents the Clan of location based leader-board ranking.
Constructors
constructor
• new RankedClan(data
)
Parameters
Name | Type |
---|---|
data | APIClanRanking | APIClanBuilderBaseRanking |
Defined in
Properties
name
• name: string
The clan's name.
Defined in
tag
• tag: string
The clan's tag.
Defined in
level
• level: number
The clan's level.
Defined in
points
• points: null
| number
The clan's trophy count. If retrieving info for builder base leader-boards, this will be null
.
Defined in
builderBasePoints
• builderBasePoints: null
| number
The clan's builder base trophy count. If retrieving info for regular leader boards, this will be null
.
Defined in
location
• location: Location
The clan's location.
Defined in
memberCount
• memberCount: number
The number of members in the clan.
Defined in
rank
• rank: number
The clan's rank in the leader board.
Defined in
previousRank
• previousRank: number
The clan's rank in the previous season's leader-board.
Defined in
badge
• badge: Badge
The clan's badge.
Defined in
Accessors
shareLink
• get
shareLink(): string
Get clan's formatted link to open clan in-game.
Returns
string