_tagRefs
Produces a List of all Things that have the received Thing or Name as a Tag --
Function
NAME -> _tagRefs -> THINGS
_tagRefs is usually the right way to answer the question "what points to this?" For example, if I wanted to
show a bullet list of everything that points to the current Thing, I would simply say:
_tagRefs -> _bulleted
_tagRefs is designed to receive a "name" (which is what a Tag is). If you send it a Thing, then it will use
the Name of that Thing.
NAME -> PROPERTY._tagRefs -> THINGS
If you specify a PROPERTY like this, it will only produce Things that point to this through that
specific Tag Property.
Note: use '_tagRefs' only if you specifically have a Tag Property. If you have a Thing, and want to get
all of the references to it, both through Tag and Thing Properties, use _allRefs
instead.