@kayahr/ed-journal
Preparing search index...
CommunityGoal
Interface CommunityGoal
Base interface shared by all journal event types.
interface
CommunityGoal
{
CurrentGoals
:
{
Bonus
?:
number
;
CGID
:
ID
;
CurrentTotal
:
number
;
Expiry
:
string
;
IsComplete
:
boolean
;
MarketName
:
string
;
NumContributors
:
number
;
PlayerContribution
:
number
;
PlayerInTopRank
:
boolean
;
PlayerPercentileBand
:
number
;
SystemName
:
string
;
TierReached
?:
string
;
Title
:
string
;
TopRankSize
:
number
;
TopTier
?:
{
Bonus
:
string
;
Name
:
string
}
;
}
[]
;
event
:
"CommunityGoal"
;
timestamp
:
string
;
}
Hierarchy (
View Summary
)
JournalEvent
<
"CommunityGoal"
>
CommunityGoal
Index
Properties
Current
Goals
event
timestamp
Properties
Current
Goals
CurrentGoals
:
{
Bonus
?:
number
;
CGID
:
ID
;
CurrentTotal
:
number
;
Expiry
:
string
;
IsComplete
:
boolean
;
MarketName
:
string
;
NumContributors
:
number
;
PlayerContribution
:
number
;
PlayerInTopRank
:
boolean
;
PlayerPercentileBand
:
number
;
SystemName
:
string
;
TierReached
?:
string
;
Title
:
string
;
TopRankSize
:
number
;
TopTier
?:
{
Bonus
:
string
;
Name
:
string
}
;
}
[]
event
event
:
"CommunityGoal"
The type of event.
timestamp
timestamp
:
string
The time in GMT, ISO 8601.
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
Current
Goals
event
timestamp
@kayahr/ed-journal
Loading...
Base interface shared by all journal event types.