Preparing search index...
The search index is not available
Foundry Virtual Tabletop - API Documentation - Version 13
Foundry Virtual Tabletop - API Documentation - Version 13
foundry
utils
types
IterableWeakMapValue
Interface IterableWeakMapValue
interface
IterableWeakMapValue
{
ref
:
WeakRef
<
any
>
;
value
:
any
;
}
Index
Properties
ref
value
Properties
ref
ref
:
WeakRef
<
any
>
The weak ref of the key.
value
value
:
any
The value.
Settings
Member Visibility
Protected
Inherited
Internal
Theme
OS
Light
Dark
On This Page
Properties
ref
value
Foundry Virtual Tabletop - API Documentation - Version 13
Loading...
The weak ref of the key.