Merge pull request #10108 from notnotse/issue/9814-fix-documentation-for-handlemoveevent
Fix documentation for handleMoveEvent
This commit is contained in:
@@ -20,9 +20,11 @@ import {getValues} from '../obj.js';
|
|||||||
* propagation of the event to other interactions in the map's interactions
|
* propagation of the event to other interactions in the map's interactions
|
||||||
* chain.
|
* chain.
|
||||||
* @property {function(import("../MapBrowserPointerEvent.js").default)} [handleMoveEvent]
|
* @property {function(import("../MapBrowserPointerEvent.js").default)} [handleMoveEvent]
|
||||||
* Function handling "move" events. This function is called on "move" events,
|
* Function handling "move" events. This function is called on "move" events.
|
||||||
* also during a drag sequence (so during a drag sequence both the
|
* This functions is also called during a drag sequence, so during a drag
|
||||||
* `handleDragEvent` function and this function are called).
|
* sequence both the `handleDragEvent` function and this function are called.
|
||||||
|
* If `handleDownEvent` is defined and it returns true this function will not
|
||||||
|
* be called during a drag sequence.
|
||||||
* @property {function(import("../MapBrowserPointerEvent.js").default):boolean} [handleUpEvent]
|
* @property {function(import("../MapBrowserPointerEvent.js").default):boolean} [handleUpEvent]
|
||||||
* Function handling "up" events. If the function returns `false` then the
|
* Function handling "up" events. If the function returns `false` then the
|
||||||
* current drag sequence is stopped.
|
* current drag sequence is stopped.
|
||||||
|
|||||||
Reference in New Issue
Block a user