Type Reference
Querki currently contains the following Types that you can use:
-
-
-
External Link Type -- A proper link to an external website, including both the URL and display text.
-
-
Function -- A QL Expression, that you can use from other expressions
-
-
-
-
-
-
-
-
Rating Summarizer -- Given a User Value Property made of numbers (such as Ratings), this provides functions such as _average.
-
Rating Type -- Lets you rate Things with stars. Usually, you can just use the built-in
Rating Property.
-
Review Type -- Lets you rate Things and provide opinions. Usually used through the built-in
Review Property.
-
-
Tag Type -- A collection of arbitrary Tags that apply to this Thing
-
Text Type -- A single line of text, which may contain QL expressions
-
-
-
-
-
-
You may also sometimes see the following Internal Types, which are not intended for direct use:
-
CSS Type -- Give the actual CSS for a Stylesheet
-
-
-
-
-
-
-
-
-
-
-
-
-
-
_commandType -- Type used for the return value for Commands. Cannot be instantiated except by Commands.
-
_commentType -- Represents a single Comment in a Conversation.
-
-
_groupType -- The Type of the values you get from _groupBy
-
_identityType -- The Type of a Querki member, not necessarily a member of any particular Space.
-
-
_userValueType -- The Type you get from the _userValues and _thingValues functions.