Returns the boolean values of the specified Property from a [[Thing]]. If the Property is not present, returns an empty array. If the Property's value is not of type boolean, omits that value in the array.
The [[Thing]] to read the boolean values from.
The Property whose boolean values to return.
An array of boolean values for the given Property.
Returns the boolean values of the specified Property from a [[Thing]]. If the Property is not present, returns an empty array. If the Property's value is not of type boolean, omits that value in the array.