Missing drag and drop event description

This commit is contained in:
Tim Schaub
2015-09-06 09:31:51 -06:00
parent fce931afbe
commit fe153b94fb
@@ -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
*/ */