Loom Engine - v3.1.1
GitHub
TheWorldTable.ai
Preparing search index...
LootItem
Interface LootItem<T>
interface
LootItem
<
T
=
Record
<
string
,
unknown
>
>
{
id
:
string
;
tier
:
string
;
weight
?:
number
;
tags
?:
string
[]
;
payload
:
T
;
}
Type Parameters
T
=
Record
<
string
,
unknown
>
Index
Properties
id
tier
weight?
tags?
payload
Properties
id
id
:
string
tier
tier
:
string
Optional
weight
weight
?:
number
Optional
tags
tags
?:
string
[]
payload
payload
:
T
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
id
tier
weight
tags
payload
GitHub
TheWorldTable.ai
Loom Engine - v3.1.1
Loading...