Foundry Virtual Tabletop - API Documentation - Version 14
Preparing search index...
foundry
utils
types
IterableWeakMapValue
Interface IterableWeakMapValue<K, V>
interface
IterableWeakMapValue
<
K
extends
WeakKey
,
V
>
{
ref
:
WeakRef
<
K
>
;
value
:
V
;
}
Type Parameters
K
extends
WeakKey
V
Index
Properties
ref
value
Properties
ref
ref
:
WeakRef
<
K
>
The weak ref of the key.
value
value
:
V
The value.
Settings
Member Visibility
Protected
Inherited
Private
Internal
Theme
OS
Light
Dark
On This Page
Properties
ref
value
Foundry Virtual Tabletop - API Documentation - Version 14
Loading...
The weak ref of the key.