_makePropertyBundle

Create an ad-hoc collection of Property Values -- Function
Anything -> _makePropertyBundle -> _propBundleType
Receives
Anything
Produces
The collected Values, in a Bundle.
Occasionally, you have a complex QL expression, where you don't want to be passing a real Thing from Stage to Stage, but instead you want a specific, rather ad-hoc bundle of Property Values. _makePropertyBundle allows you to create such a bundle.
When we talk about a "Property Bundle", we mean a collection of Property Values that has no real identity -- it doesn't have an OID, or a Name, and you can't view it as a page in Querki. It's just some value that you are going to use in further QL processing.
As of this writing, this is a very new feature, and most QL functions do not work with Property Bundles yet. If you see a function that doesn't do something sensible with a Property Bundle, and you would like to use it with one, please write to us.