Missing drag and drop event description
This commit is contained in:
@@ -219,18 +219,21 @@ ol.interaction.DragAndDropEvent =
|
|||||||
goog.base(this, type, target);
|
goog.base(this, type, target);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
* The features parsed from dropped data.
|
||||||
* @type {Array.<ol.Feature>|undefined}
|
* @type {Array.<ol.Feature>|undefined}
|
||||||
* @api stable
|
* @api stable
|
||||||
*/
|
*/
|
||||||
this.features = opt_features;
|
this.features = opt_features;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
* The dropped file.
|
||||||
* @type {File}
|
* @type {File}
|
||||||
* @api stable
|
* @api stable
|
||||||
*/
|
*/
|
||||||
this.file = file;
|
this.file = file;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
* The feature projection.
|
||||||
* @type {ol.proj.Projection|undefined}
|
* @type {ol.proj.Projection|undefined}
|
||||||
* @api
|
* @api
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user