@kayahr/ed-journal
Preparing search index...
ColonisationConstructionDepot
Interface ColonisationConstructionDepot
Base interface shared by all journal event types.
interface
ColonisationConstructionDepot
{
ConstructionComplete
:
boolean
;
ConstructionFailed
:
boolean
;
ConstructionProgress
:
number
;
event
:
"ColonisationConstructionDepot"
;
MarketID
:
ID
;
ResourcesRequired
:
ColonisationConstructionResource
[]
;
timestamp
:
string
;
}
Hierarchy (
View Summary
)
JournalEvent
<
"ColonisationConstructionDepot"
>
ColonisationConstructionDepot
Index
Properties
Construction
Complete
Construction
Failed
Construction
Progress
event
Market
ID
Resources
Required
timestamp
Properties
Construction
Complete
ConstructionComplete
:
boolean
Construction
Failed
ConstructionFailed
:
boolean
Construction
Progress
ConstructionProgress
:
number
event
event
:
"ColonisationConstructionDepot"
The type of event.
Market
ID
MarketID
:
ID
Resources
Required
ResourcesRequired
:
ColonisationConstructionResource
[]
timestamp
timestamp
:
string
The time in GMT, ISO 8601.
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
Construction
Complete
Construction
Failed
Construction
Progress
event
Market
ID
Resources
Required
timestamp
@kayahr/ed-journal
Loading...
Base interface shared by all journal event types.