Merge pull request #4571 from marcjansen/select-i-docs
Correct typedef of selectinteraction options obj
This commit is contained in:
+1
-1
@@ -2995,7 +2995,7 @@ olx.interaction.SelectOptions.prototype.multi;
|
|||||||
* not set the interaction will create a collection. In any case the collection
|
* not set the interaction will create a collection. In any case the collection
|
||||||
* used by the interaction is returned by
|
* used by the interaction is returned by
|
||||||
* {@link ol.interaction.Select#getFeatures}.
|
* {@link ol.interaction.Select#getFeatures}.
|
||||||
* @type {ol.Collection.<ol.Feature>}
|
* @type {ol.Collection.<ol.Feature>|undefined}
|
||||||
* @api
|
* @api
|
||||||
*/
|
*/
|
||||||
olx.interaction.SelectOptions.prototype.features;
|
olx.interaction.SelectOptions.prototype.features;
|
||||||
|
|||||||
Reference in New Issue
Block a user