new FeatureModelMixin()
A mixin for selection model which enables automatic selection of features
in the map when rows are selected in the grid and vice-versa.
**CAUTION: This class is only usable in applications using the classic
toolkit of ExtJS 6.**
Members
(static, readonly) selectedFeatureAttr
The attribute key to mark an OL feature as selected.
Properties:
Name | Type | Description |
---|---|---|
selectedFeatureAttr |
string | The attribute key to mark as selected |
(static) selectedFeatures
The currently selected features (`ol.Collection` containing `ol.Feature`
instances).
Properties:
Name | Type | Description |
---|---|---|
selectedFeatures |
ol.Collection | Currently selected features |