Skip to main content
Skip table of contents

FeatureInstancesModel

Represents a sequence of FeatureInstanceModel.

implements: hash, sequence<FeatureInstanceModel>, scalar
bundle: online channel standard (oc)
since 4.2.0
Represents a sequence of FeatureInstanceModel.

The feature instances model represents a list of FeaturesInstances and allows access to them via the sequence functionalities. Should the sequence be empty, the result of such access is undefined. When used as hash, a FeaturesInstances is generated, with containing the features of the original sequence whose feature key matches the hash key. Should the result consist of only one element, this is returned directly. When addressed as a scalar or hash this model delegates to first element.

[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:keyName> ↦ FeatureInstancesModel|FeatureInstanceModel
since 4.2.0
Returns a FeaturesInstancesModel containing the features of the original sequence whose feature key matches 'keyName'. Should the result consist of only one element, this is returned directly.

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.