Remove undefined type when the property is optional
This commit is contained in:
@@ -27,8 +27,8 @@ const Direction = {
|
||||
|
||||
/**
|
||||
* @typedef {Object} Options
|
||||
* @property {string|undefined} className CSS class name.
|
||||
* @property {number|undefined} [duration=200] Animation duration in milliseconds.
|
||||
* @property {string} [className='ol-zoomslider'] CSS class name.
|
||||
* @property {number} [duration=200] Animation duration in milliseconds.
|
||||
* @property {number|undefined} maxResolution Maximum resolution.
|
||||
* @property {number|undefined} minResolution Minimum resolution.
|
||||
* @property {function(ol.MapEvent)|undefined} render Function called when the control
|
||||
|
||||
Reference in New Issue
Block a user