New typedef syntax for Event
This commit is contained in:
@@ -244,13 +244,6 @@ ol.EventsListenerFunctionType;
|
|||||||
ol.EventTargetLike;
|
ol.EventTargetLike;
|
||||||
|
|
||||||
|
|
||||||
/**
|
|
||||||
* An array of numbers representing an extent: `[minx, miny, maxx, maxy]`.
|
|
||||||
* @typedef {Array.<number>}
|
|
||||||
*/
|
|
||||||
ol.Extent;
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* {@link ol.source.Vector} sources use a function of this type to load
|
* {@link ol.source.Vector} sources use a function of this type to load
|
||||||
* features.
|
* features.
|
||||||
|
|||||||
@@ -21,3 +21,9 @@
|
|||||||
* @property {string} type
|
* @property {string} type
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
* An array of numbers representing an extent: `[minx, miny, maxx, maxy]`.
|
||||||
|
* @typedef {Array.<number>} Extent
|
||||||
|
* @api
|
||||||
|
*/
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user