@kayahr/edsm
Preparing search index...
CommanderPositionResponse
Interface CommanderPositionResponse
Commander position response returned by
getCommanderPosition
request.
interface
CommanderPositionResponse
{
coordinates
?:
Coordinates
;
date
:
null
|
string
;
dateDocked
?:
string
;
dateLastActivity
?:
string
;
firstDiscover
:
null
|
false
;
isDocked
?:
boolean
;
shipFuel
:
null
|
number
;
shipId
?:
number
;
shipType
?:
string
;
station
?:
string
;
stationId
?:
number
;
system
:
null
|
string
;
systemId
?:
number
;
systemId64
?:
Id64
;
url
?:
string
;
}
Index
Properties
coordinates?
date
date
Docked?
date
Last
Activity?
first
Discover
is
Docked?
ship
Fuel
ship
Id?
ship
Type?
station?
station
Id?
system
system
Id?
system
Id64?
url?
Properties
Optional
coordinates
coordinates
?:
Coordinates
date
date
:
null
|
string
Optional
date
Docked
dateDocked
?:
string
Optional
date
Last
Activity
dateLastActivity
?:
string
first
Discover
firstDiscover
:
null
|
false
Optional
is
Docked
isDocked
?:
boolean
ship
Fuel
shipFuel
:
null
|
number
Optional
ship
Id
shipId
?:
number
Optional
ship
Type
shipType
?:
string
Optional
station
station
?:
string
Optional
station
Id
stationId
?:
number
system
system
:
null
|
string
Optional
system
Id
systemId
?:
number
Optional
system
Id64
systemId64
?:
Id64
Optional
url
url
?:
string
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
coordinates
date
date
Docked
date
Last
Activity
first
Discover
is
Docked
ship
Fuel
ship
Id
ship
Type
station
station
Id
system
system
Id
system
Id64
url
@kayahr/edsm
Loading...
Commander position response returned by getCommanderPosition request.