Fix some jsdoc path types
This commit is contained in:
@@ -106,7 +106,7 @@ inherits(DragBoxEvent, Event);
|
||||
* This interaction is only supported for mouse devices.
|
||||
*
|
||||
* @constructor
|
||||
* @extends {module:ol/interaction/Pointer~Pointer}
|
||||
* @extends {module:ol/interaction/Pointer~PointerInteraction}
|
||||
* @fires module:ol/interaction/DragBox~DragBoxEvent
|
||||
* @param {module:ol/interaction/DragBox~Options=} opt_options Options.
|
||||
* @api
|
||||
|
||||
@@ -24,7 +24,7 @@ import PointerInteraction, {centroid as centroidFromPointers} from '../interacti
|
||||
* Allows the user to pan the map by dragging the map.
|
||||
*
|
||||
* @constructor
|
||||
* @extends {module:ol/interaction/Pointer~Pointer}
|
||||
* @extends {module:ol/interaction/Pointer~PointerInteraction}
|
||||
* @param {module:ol/interaction/DragPan~Options=} opt_options Options.
|
||||
* @api
|
||||
*/
|
||||
|
||||
@@ -29,7 +29,7 @@ import PointerInteraction from '../interaction/Pointer.js';
|
||||
* This interaction is only supported for mouse devices.
|
||||
*
|
||||
* @constructor
|
||||
* @extends {module:ol/interaction/Pointer~Pointer}
|
||||
* @extends {module:ol/interaction/Pointer~PointerInteraction}
|
||||
* @param {module:ol/interaction/DragRotate~Options=} opt_options Options.
|
||||
* @api
|
||||
*/
|
||||
|
||||
@@ -30,7 +30,7 @@ import PointerInteraction from '../interaction/Pointer.js';
|
||||
* And this interaction is not included in the default interactions.
|
||||
*
|
||||
* @constructor
|
||||
* @extends {module:ol/interaction/Pointer~Pointer}
|
||||
* @extends {module:ol/interaction/Pointer~PointerInteraction}
|
||||
* @param {module:ol/interaction/DragRotateAndZoom~Options=} opt_options Options.
|
||||
* @api
|
||||
*/
|
||||
|
||||
@@ -156,7 +156,7 @@ inherits(DrawEvent, Event);
|
||||
* Interaction for drawing feature geometries.
|
||||
*
|
||||
* @constructor
|
||||
* @extends {module:ol/interaction/Pointer~Pointer}
|
||||
* @extends {module:ol/interaction/Pointer~PointerInteraction}
|
||||
* @fires module:ol/interaction/Draw~DrawEvent
|
||||
* @param {module:ol/interaction/Draw~Options} options Options.
|
||||
* @api
|
||||
|
||||
@@ -78,7 +78,7 @@ inherits(ExtentInteractionEvent, Event);
|
||||
* This interaction is only supported for mouse devices.
|
||||
*
|
||||
* @constructor
|
||||
* @extends {module:ol/interaction/Pointer~Pointer}
|
||||
* @extends {module:ol/interaction/Pointer~PointerInteraction}
|
||||
* @fires module:ol/interaction/Extent~Event
|
||||
* @param {module:ol/interaction/Extent~Options=} opt_options Options.
|
||||
* @api
|
||||
|
||||
@@ -33,7 +33,7 @@ import {clamp} from '../math.js';
|
||||
*
|
||||
* @constructor
|
||||
* @param {module:ol/interaction/Interaction~InteractionOptions} options Options.
|
||||
* @extends {module:ol/Object~Object}
|
||||
* @extends {module:ol/Object~BaseObject}
|
||||
* @api
|
||||
*/
|
||||
const Interaction = function(options) {
|
||||
|
||||
@@ -136,7 +136,7 @@ inherits(ModifyEvent, Event);
|
||||
* for deletion, use the `deleteCondition` option.
|
||||
*
|
||||
* @constructor
|
||||
* @extends {module:ol/interaction/Pointer~Pointer}
|
||||
* @extends {module:ol/interaction/Pointer~PointerInteraction}
|
||||
* @param {module:ol/interaction/Modify~Options} options Options.
|
||||
* @fires module:ol/interaction/Modify~ModifyEvent
|
||||
* @api
|
||||
|
||||
@@ -23,7 +23,7 @@ import {disable} from '../rotationconstraint.js';
|
||||
* on a touch screen.
|
||||
*
|
||||
* @constructor
|
||||
* @extends {module:ol/interaction/Pointer~Pointer}
|
||||
* @extends {module:ol/interaction/Pointer~PointerInteraction}
|
||||
* @param {module:ol/interaction/PinchRotate~Options=} opt_options Options.
|
||||
* @api
|
||||
*/
|
||||
|
||||
@@ -22,7 +22,7 @@ import PointerInteraction, {centroid as centroidFromPointers} from '../interacti
|
||||
* on a touch screen.
|
||||
*
|
||||
* @constructor
|
||||
* @extends {module:ol/interaction/Pointer~Pointer}
|
||||
* @extends {module:ol/interaction/Pointer~PointerInteraction}
|
||||
* @param {module:ol/interaction/PinchZoom~Options=} opt_options Options.
|
||||
* @api
|
||||
*/
|
||||
|
||||
@@ -64,7 +64,7 @@ import RBush from '../structs/RBush.js';
|
||||
* });
|
||||
*
|
||||
* @constructor
|
||||
* @extends {module:ol/interaction/Pointer~Pointer}
|
||||
* @extends {module:ol/interaction/Pointer~PointerInteraction}
|
||||
* @param {module:ol/interaction/Snap~Options=} opt_options Options.
|
||||
* @api
|
||||
*/
|
||||
|
||||
@@ -92,7 +92,7 @@ inherits(TranslateEvent, Event);
|
||||
* Interaction for translating (moving) features.
|
||||
*
|
||||
* @constructor
|
||||
* @extends {module:ol/interaction/Pointer~Pointer}
|
||||
* @extends {module:ol/interaction/Pointer~PointerInteraction}
|
||||
* @fires module:ol/interaction/Translate~TranslateEvent
|
||||
* @param {module:ol/interaction/Translate~Options=} opt_options Options.
|
||||
* @api
|
||||
|
||||
Reference in New Issue
Block a user