Preparing search index...
The search index is not available
@kayahr/ed-journal
@kayahr/ed-journal
DropshipDeploy
Interface DropshipDeploy
Base interface shared by all journal event types.
interface
DropshipDeploy
{
Body
:
string
;
BodyID
:
number
;
event
:
"DropshipDeploy"
;
OnPlanet
:
boolean
;
OnStation
:
boolean
;
StarSystem
:
string
;
SystemAddress
:
number
;
timestamp
:
string
;
}
Hierarchy (
View Summary
)
JournalEvent
<
"DropshipDeploy"
>
DropshipDeploy
Index
Properties
Body
BodyID
event
On
Planet
On
Station
Star
System
System
Address
timestamp
Properties
Body
Body
:
string
BodyID
BodyID
:
number
event
event
:
"DropshipDeploy"
The type of event.
On
Planet
OnPlanet
:
boolean
On
Station
OnStation
:
boolean
Star
System
StarSystem
:
string
System
Address
SystemAddress
:
number
timestamp
timestamp
:
string
The time in GMT, ISO 8601.
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
Body
BodyID
event
On
Planet
On
Station
Star
System
System
Address
timestamp
@kayahr/ed-journal
Loading...
Base interface shared by all journal event types.