English
Appearance
Get the reference type of a reference.
class Reference { type(): ReferenceType | null; }
Returns null if the type is unknown.
null
- Direct : A reference which points at an object id.- Symbolic : A reference which points at another reference.
Direct
Symbolic