Foundry Virtual Tabletop - API Documentation - Version 14
    Preparing search index...

    Interface IterableWeakMapValue<K, V>

    interface IterableWeakMapValue<K extends WeakKey, V> {
        ref: WeakRef<K>;
        value: V;
    }

    Type Parameters

    • K extends WeakKey
    • V
    Index

    Properties

    Properties

    ref: WeakRef<K>

    The weak ref of the key.

    value: V

    The value.