rovalra
Preparing search index...
core/ui/inventory
createInventoryOverlay
Function createInventoryOverlay
createInventoryOverlay
(
options
:
any
,
)
:
{
addItems
:
(
items
:
any
,
thumbnailCache
:
any
,
itemConfig
:
any
)
=>
void
;
clearItems
:
()
=>
void
;
close
:
()
=>
void
;
setEmpty
:
(
message
?:
string
)
=>
void
;
setLoading
:
(
message
?:
string
)
=>
void
;
show
:
()
=>
void
;
}
Parameters
options
:
any
Returns
{
addItems
:
(
items
:
any
,
thumbnailCache
:
any
,
itemConfig
:
any
)
=>
void
;
clearItems
:
()
=>
void
;
close
:
()
=>
void
;
setEmpty
:
(
message
?:
string
)
=>
void
;
setLoading
:
(
message
?:
string
)
=>
void
;
show
:
()
=>
void
;
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
rovalra
Loading...