Foundry Virtual Tabletop - API Documentation - Version 14
Preparing search index...
foundry
utils
types
IterableWeakMapHeldValue
Interface IterableWeakMapHeldValue<K>
interface
IterableWeakMapHeldValue
<
K
extends
WeakKey
>
{
ref
:
WeakRef
<
K
>
;
set
:
Set
<
WeakRef
<
K
>
>
;
}
Type Parameters
K
extends
WeakKey
Index
Properties
ref
set
Properties
ref
ref
:
WeakRef
<
K
>
The ref to remove.
set
set
:
Set
<
WeakRef
<
K
>
>
The set to be cleaned.
Settings
Member Visibility
Protected
Inherited
Private
Internal
Theme
OS
Light
Dark
On This Page
Properties
ref
set
Foundry Virtual Tabletop - API Documentation - Version 14
Loading...
The ref to remove.