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
;
OnPlanet
:
boolean
;
OnStation
:
boolean
;
StarSystem
:
string
;
SystemAddress
:
number
;
event
:
"DropshipDeploy"
;
timestamp
:
string
;
}
Hierarchy (
view full
)
JournalEvent
<
"DropshipDeploy"
>
DropshipDeploy
Index
Properties
Body
BodyID
On
Planet
On
Station
Star
System
System
Address
event
timestamp
Properties
Body
Body
:
string
BodyID
BodyID
:
number
On
Planet
On
Planet
:
boolean
On
Station
On
Station
:
boolean
Star
System
Star
System
:
string
System
Address
System
Address
:
number
event
event
:
"DropshipDeploy"
The type of event.
timestamp
timestamp
:
string
The time in GMT, ISO 8601.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Body
BodyID
On
Planet
On
Station
Star
System
System
Address
event
timestamp
@kayahr/ed-journal
Loading...
Base interface shared by all journal event types.