_allRefs
Produces all references to this Thing, whether in Thing or Tag Properties --
Function
Thing Type -> _allRefs -> Thing Type
- Receives -- Thing Type
- The Thing to fetch the references to
- Produces
- The Things that refer to the received Thing
_allRefs
is more or less exactly the combination of _refs
and _tagRefs
. It is
generally the function to use unless you specifically want just Thing or Tag Properties.