ElementRelationsModel
Model for a sequence of asset-element-relations.
implements: hash, sequence<ElementRelationModel>, scalar
bundle: online channel standard (oc)
since 4.3.0
Model for a sequence of asset-element-relations.
[used as scalar] ↦ String
since 4.2.0
If the contained elements are accessible as scalar-String: return the String scalar of the first element.
Defined hash keys
<String:relKey> ↦ ElementRelationsModel
since 4.3.0
Returns a sub sequence of this containing the element-relations witch match 'relKey' as 'key' if 'relKey' does not match any other hash-key defined here.
ascending ↦ ElementRelationsModel
since 4.3.0
Returns the relations in this sequence sorted 'ascending'
children ↦ ElementRelationsModel
since 4.3.0
Returns to get the sub set of element relations in this set with relation 'child' (ElementRelationsModel)
descending ↦ ElementRelationsModel
since 4.3.0
Returns the relations in this sequence sorted 'descending'
parents ↦ ElementRelationsModel
since 4.3.0
Returns the sub set of element relations in this set with relation 'parent'