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