Fix olx.style.TextOptions.rotateWithView option in externs
This commit is contained in:
+8
-8
@@ -6905,14 +6905,6 @@ olx.style.RegularShapeOptions.prototype.snapToPixel;
|
|||||||
olx.style.RegularShapeOptions.prototype.stroke;
|
olx.style.RegularShapeOptions.prototype.stroke;
|
||||||
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Whether to rotate the text with the view. Default is `false`.
|
|
||||||
* @type {boolean|undefined}
|
|
||||||
* @api
|
|
||||||
*/
|
|
||||||
olx.style.TextOptions.prototype.rotateWithView;
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Rotation in radians (positive rotation clockwise). Default is `0`.
|
* Rotation in radians (positive rotation clockwise). Default is `0`.
|
||||||
* @type {number|undefined}
|
* @type {number|undefined}
|
||||||
@@ -7057,6 +7049,14 @@ olx.style.TextOptions.prototype.offsetY;
|
|||||||
olx.style.TextOptions.prototype.scale;
|
olx.style.TextOptions.prototype.scale;
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Whether to rotate the text with the view. Default is `false`.
|
||||||
|
* @type {boolean|undefined}
|
||||||
|
* @api
|
||||||
|
*/
|
||||||
|
olx.style.TextOptions.prototype.rotateWithView;
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Rotation in radians (positive rotation clockwise). Default is `0`.
|
* Rotation in radians (positive rotation clockwise). Default is `0`.
|
||||||
* @type {number|undefined}
|
* @type {number|undefined}
|
||||||
|
|||||||
Reference in New Issue
Block a user