PendingReferenceMap<T> Class
a map that supports using PendingReferences objects as structural keys, as well as getting a list of referencers from a referencee (called referenced)
Methods
| Name | Description | |
|---|---|---|
| constructor(): PendingReferenceMap<T> | ||
| clear(): void | ||
| delete(ref: PendingReference): boolean | ||
| get(ref: PendingReference): undefined | T | ||
| getReferencers(referenced: ConcreteEntity): Set< | | | > | ||
| getReferencersByEntityKey(referenced: | | | ): Set< | | | > | ||
| has(ref: PendingReference): boolean | ||
| set(ref: PendingReference, value: T): PendingReferenceMap<T> |
Properties
| Name | Type | Description | |
|---|---|---|---|
| size Accessor ReadOnly | number | ||
| [toStringTag] Accessor ReadOnly | string |
Defined in
Last Updated: 06 November, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.