_propLink

Produces a Link to a specific Property on a Thing. -- Function
THING -> PROPERTY._propLink -> EXTERNAL LINK A common pattern in Querki is to provide alternate "views" for a Thing -- different ways of displaying it. Typically, you do this by creating another Large Text Property (separate from Default View), which contains the alternate view, and then linking to that somewhere. This method makes it easy to do so: feed the THING and PROPERTY into _propLink, and the result is an EXTERNAL LINK which you can then pass to _showLink, _linkButton or _iconButton.
NOTE: this currently only works for Things in the local Space, and probably does not work correctly in sub-Spaces yet.
This will work for any Property Type, even Types that don't really make sense as Views, so use with a bit of care!