Preparing search index...
The search index is not available
@kayahr/ed-journal
@kayahr/ed-journal
SellDrones
Interface SellDrones
Base interface shared by all journal event types.
interface
SellDrones
{
Count
:
number
;
SellPrice
:
number
;
TotalSale
:
number
;
Type
:
string
;
event
:
"SellDrones"
;
timestamp
:
string
;
}
Hierarchy (
view full
)
JournalEvent
<
"SellDrones"
>
SellDrones
Index
Properties
Count
Sell
Price
Total
Sale
Type
event
timestamp
Properties
Count
Count
:
number
Sell
Price
Sell
Price
:
number
Total
Sale
Total
Sale
:
number
Type
Type
:
string
event
event
:
"SellDrones"
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
Count
Sell
Price
Total
Sale
Type
event
timestamp
@kayahr/ed-journal
Loading...
Base interface shared by all journal event types.