$k. SemanticElementCollection

A collection of topics. Can be model of a view. This should not be confused with $k.SemanticCollection, which represents a folder of semantic elements.

Constructor

new $k.SemanticElementCollection(elements)

Constructs a semantic element collection from a given set of elements

Parameters:
NameTypeDescription
elementsArray.<$k.SemanticElement>

elements to be set

Since
  • 5.4.0

Methods

accessedObject() → {$k.SemanticElement|undefined}

Get the semantic element this collection is based upon - if available.

Since
  • 5.4.0
Returns:
Type: 
$k.SemanticElement | undefined

elements() → {Array.<$k.SemanticElement>}

Get the contents as an array of semantic elements.

Since
  • 5.4.0
Returns:
Type: 
Array.<$k.SemanticElement>