New typedef syntax for Size
This commit is contained in:
@@ -475,13 +475,6 @@ ol.RotationConstraintType;
|
||||
ol.SelectFilterFunction;
|
||||
|
||||
|
||||
/**
|
||||
* An array of numbers representing a size: `[width, height]`.
|
||||
* @typedef {Array.<number>}
|
||||
*/
|
||||
ol.Size;
|
||||
|
||||
|
||||
/**
|
||||
* @typedef {{
|
||||
* snapped: {boolean},
|
||||
|
||||
@@ -45,6 +45,12 @@
|
||||
* @api
|
||||
*/
|
||||
|
||||
/**
|
||||
* An array of numbers representing a size: `[width, height]`.
|
||||
* @typedef {Array.<number>} Size
|
||||
* @api
|
||||
*/
|
||||
|
||||
/**
|
||||
* An array representing an affine 2d transformation for use with
|
||||
* {@link module:ol/transform} functions. The array has 6 elements.
|
||||
|
||||
Reference in New Issue
Block a user