new QueryResult()
A collection of topics. Can be model of a view.
Extends
Methods
accessedObject() → {$k.SemanticElement}
Get the semantic element this collection is based upon - if available.
- Since
- 5.4.0
- Inherited From
Returns:
- Type:
- $k.SemanticElement
elements() → {Array.<$k.SemanticElement>}
Get the contents as an array of semantic elements.
- Since
- 5.4.0
- Inherited From
Returns:
- Type:
- Array.<$k.SemanticElement>
query() → {$k.Query}
Get the underlying query
- Since
- 5.4.0
Returns:
- Type:
- $k.Query