Preparing search index...
The search index is not available
@kayahr/ed-journal
@kayahr/ed-journal
BuyDrones
Interface BuyDrones
Base interface shared by all journal event types.
interface
BuyDrones
{
BuyPrice
:
number
;
Count
:
number
;
TotalCost
:
number
;
Type
:
string
;
event
:
"BuyDrones"
;
timestamp
:
string
;
}
Hierarchy (
view full
)
JournalEvent
<
"BuyDrones"
>
BuyDrones
Index
Properties
Buy
Price
Count
Total
Cost
Type
event
timestamp
Properties
Buy
Price
Buy
Price
:
number
Count
Count
:
number
Total
Cost
Total
Cost
:
number
Type
Type
:
string
event
event
:
"BuyDrones"
The type of event.
timestamp
timestamp
:
string
The time in GMT, ISO 8601.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Buy
Price
Count
Total
Cost
Type
event
timestamp
@kayahr/ed-journal
Loading...
Base interface shared by all journal event types.