Preparing search index...
The search index is not available
@kayahr/ed-journal
@kayahr/ed-journal
CarrierBuy
Interface CarrierBuy
Base interface shared by all journal event types.
interface
CarrierBuy
{
BoughtAtMarket
:
number
;
Callsign
:
string
;
CarrierID
:
number
;
event
:
"CarrierBuy"
;
Location
:
string
;
Price
:
number
;
SystemAddress
:
number
;
timestamp
:
string
;
Variant
:
string
;
}
Hierarchy (
View Summary
)
JournalEvent
<
"CarrierBuy"
>
CarrierBuy
Index
Properties
Bought
At
Market
Callsign
CarrierID
event
Location
Price
System
Address
timestamp
Variant
Properties
Bought
At
Market
BoughtAtMarket
:
number
Callsign
Callsign
:
string
CarrierID
CarrierID
:
number
event
event
:
"CarrierBuy"
The type of event.
Location
Location
:
string
Price
Price
:
number
System
Address
SystemAddress
:
number
timestamp
timestamp
:
string
The time in GMT, ISO 8601.
Variant
Variant
:
string
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
Bought
At
Market
Callsign
CarrierID
event
Location
Price
System
Address
timestamp
Variant
@kayahr/ed-journal
Loading...
Base interface shared by all journal event types.