Type is {string} instead of string{}
This commit is contained in:
committed by
Michael Kuenzli
parent
3b983564b3
commit
1c792f2d9b
@@ -17,7 +17,7 @@ import {create as createTransform} from '../transform.js';
|
|||||||
* @typedef {Object} FillStrokeState
|
* @typedef {Object} FillStrokeState
|
||||||
* @property {module:ol/colorlike~ColorLike} [currentFillStyle]
|
* @property {module:ol/colorlike~ColorLike} [currentFillStyle]
|
||||||
* @property {module:ol/colorlike~ColorLike} [currentStrokeStyle]
|
* @property {module:ol/colorlike~ColorLike} [currentStrokeStyle]
|
||||||
* @property string{} [currentLineCap]
|
* @property {string} [currentLineCap]
|
||||||
* @property {Array.<number>} currentLineDash
|
* @property {Array.<number>} currentLineDash
|
||||||
* @property {number} [currentLineDashOffset]
|
* @property {number} [currentLineDashOffset]
|
||||||
* @property {string} [currentLineJoin]
|
* @property {string} [currentLineJoin]
|
||||||
|
|||||||
Reference in New Issue
Block a user