@kayahr/edsm
Preparing search index...
System
Interface System
A single EDSM system.
interface
System
{
allegiance
?:
string
|
null
;
bodies
?:
SystemBody
[]
;
controllingFaction
?:
ControllingFaction
;
coords
?:
Coordinates
;
date
:
string
;
economy
?:
string
|
null
;
estimatedCoordinates
?:
EstimatedCoordinates
;
factions
?:
Faction
[]
;
government
?:
string
|
null
;
id
:
number
;
id64
:
Id64
|
null
;
name
:
string
;
population
?:
number
|
null
;
security
?:
string
;
state
?:
string
|
null
;
stations
?:
SystemStation
[]
;
}
Index
Properties
allegiance?
bodies?
controlling
Faction?
coords?
date
economy?
estimated
Coordinates?
factions?
government?
id
id64
name
population?
security?
state?
stations?
Properties
Optional
allegiance
allegiance
?:
string
|
null
Optional
bodies
bodies
?:
SystemBody
[]
Optional
controlling
Faction
controllingFaction
?:
ControllingFaction
Optional
coords
coords
?:
Coordinates
date
date
:
string
Optional
economy
economy
?:
string
|
null
Optional
estimated
Coordinates
estimatedCoordinates
?:
EstimatedCoordinates
Optional
factions
factions
?:
Faction
[]
Optional
government
government
?:
string
|
null
id
id
:
number
id64
id64
:
Id64
|
null
name
name
:
string
Optional
population
population
?:
number
|
null
Optional
security
security
?:
string
Optional
state
state
?:
string
|
null
Optional
stations
stations
?:
SystemStation
[]
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
allegiance
bodies
controlling
Faction
coords
date
economy
estimated
Coordinates
factions
government
id
id64
name
population
security
state
stations
@kayahr/edsm
Loading...
A single EDSM system.