@kayahr/edsm
Preparing search index...
System
Interface System
A single EDSM system.
interface
System
{
allegiance
?:
null
|
string
;
bodies
?:
SystemBody
[]
;
controllingFaction
?:
ControllingFaction
;
coords
?:
Coordinates
;
date
:
string
;
economy
?:
null
|
string
;
estimatedCoordinates
?:
EstimatedCoordinates
;
factions
?:
Faction
[]
;
government
?:
null
|
string
;
id
:
number
;
id64
:
null
|
Id64
;
name
:
string
;
population
?:
null
|
number
;
security
?:
string
;
state
?:
null
|
string
;
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
?:
null
|
string
Optional
bodies
bodies
?:
SystemBody
[]
Optional
controlling
Faction
controllingFaction
?:
ControllingFaction
Optional
coords
coords
?:
Coordinates
date
date
:
string
Optional
economy
economy
?:
null
|
string
Optional
estimated
Coordinates
estimatedCoordinates
?:
EstimatedCoordinates
Optional
factions
factions
?:
Faction
[]
Optional
government
government
?:
null
|
string
id
id
:
number
id64
id64
:
null
|
Id64
name
name
:
string
Optional
population
population
?:
null
|
number
Optional
security
security
?:
string
Optional
state
state
?:
null
|
string
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.