Preparing search index...
The search index is not available
@kayahr/ed-journal
@kayahr/ed-journal
SellMicroResources
Interface SellMicroResources
Base interface shared by all journal event types.
interface
SellMicroResources
{
event
:
"SellMicroResources"
;
MarketID
:
number
;
MicroResources
:
{
Category
:
string
;
Count
:
number
;
Name
:
string
;
Name_Localised
?:
string
;
}
[]
;
Price
:
number
;
timestamp
:
string
;
TotalCount
:
number
;
}
Hierarchy (
View Summary
)
JournalEvent
<
"SellMicroResources"
>
SellMicroResources
Index
Properties
event
MarketID
Micro
Resources
Price
timestamp
Total
Count
Properties
event
event
:
"SellMicroResources"
The type of event.
MarketID
MarketID
:
number
Micro
Resources
MicroResources
:
{
Category
:
string
;
Count
:
number
;
Name
:
string
;
Name_Localised
?:
string
;
}
[]
Price
Price
:
number
timestamp
timestamp
:
string
The time in GMT, ISO 8601.
Total
Count
TotalCount
:
number
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
event
MarketID
Micro
Resources
Price
timestamp
Total
Count
@kayahr/ed-journal
Loading...
Base interface shared by all journal event types.