Preparing search index...
The search index is not available
@kayahr/ed-journal
@kayahr/ed-journal
NpcCrewRank
Interface NpcCrewRank
Base interface shared by all journal event types.
interface
NpcCrewRank
{
event
:
"NpcCrewRank"
;
NpcCrewId
:
number
;
NpcCrewName
:
string
;
RankCombat
:
any
;
timestamp
:
string
;
}
Hierarchy (
View Summary
)
JournalEvent
<
"NpcCrewRank"
>
NpcCrewRank
Index
Properties
event
Npc
Crew
Id
Npc
Crew
Name
Rank
Combat
timestamp
Properties
event
event
:
"NpcCrewRank"
The type of event.
Npc
Crew
Id
NpcCrewId
:
number
Npc
Crew
Name
NpcCrewName
:
string
Rank
Combat
RankCombat
:
any
timestamp
timestamp
:
string
The time in GMT, ISO 8601.
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
event
Npc
Crew
Id
Npc
Crew
Name
Rank
Combat
timestamp
@kayahr/ed-journal
Loading...
Base interface shared by all journal event types.