Documentation
Preparing search index...
@blizzard-api/wow
AchievementCriteria
Interface AchievementCriteria
interface
AchievementCriteria
{
achievement
?:
NameIdKey
;
amount
:
number
;
child_criteria
?:
AchievementCriteria
[]
;
description
:
string
|
null
;
faction
?:
Faction
;
id
:
number
;
is_gold
?:
boolean
;
operator
?:
Operator
;
show_progress_bar
?:
boolean
;
}
Index
Properties
achievement?
amount
child_
criteria?
description
faction?
id
is_
gold?
operator?
show_
progress_
bar?
Properties
Optional
achievement
achievement
?:
NameIdKey
amount
amount
:
number
Optional
child_
criteria
child_criteria
?:
AchievementCriteria
[]
description
description
:
string
|
null
Optional
faction
faction
?:
Faction
id
id
:
number
Optional
is_
gold
is_gold
?:
boolean
Optional
operator
operator
?:
Operator
Optional
show_
progress_
bar
show_progress_bar
?:
boolean
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
achievement
amount
child_
criteria
description
faction
id
is_
gold
operator
show_
progress_
bar
Documentation
Loading...