@kayahr/ed-journal
Preparing search index...
TechnologyBroker
Interface TechnologyBroker
Base interface shared by all journal event types.
interface
TechnologyBroker
{
BrokerType
:
string
;
Commodities
:
{
Count
:
number
;
Name
:
string
;
Name_Localised
?:
string
}
[]
;
event
:
"TechnologyBroker"
;
ItemsUnlocked
:
{
Name
:
string
;
Name_Localised
?:
string
}
[]
;
MarketID
:
ID
;
Materials
:
{
Category
:
string
;
Count
:
number
;
Name
:
string
;
Name_Localised
?:
string
;
}
[]
;
timestamp
:
string
;
}
Hierarchy (
View Summary
)
JournalEvent
<
"TechnologyBroker"
>
TechnologyBroker
Index
Properties
Broker
Type
Commodities
event
Items
Unlocked
Market
ID
Materials
timestamp
Properties
Broker
Type
BrokerType
:
string
Commodities
Commodities
:
{
Count
:
number
;
Name
:
string
;
Name_Localised
?:
string
}
[]
event
event
:
"TechnologyBroker"
The type of event.
Items
Unlocked
ItemsUnlocked
:
{
Name
:
string
;
Name_Localised
?:
string
}
[]
Market
ID
MarketID
:
ID
Materials
Materials
:
{
Category
:
string
;
Count
:
number
;
Name
:
string
;
Name_Localised
?:
string
;
}
[]
timestamp
timestamp
:
string
The time in GMT, ISO 8601.
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
Broker
Type
Commodities
event
Items
Unlocked
Market
ID
Materials
timestamp
@kayahr/ed-journal
Loading...
Base interface shared by all journal event types.