controls and interactions.

This commit is contained in:
Simon Seyock
2021-06-23 13:13:47 +02:00
committed by Andreas Hocevar
parent 3365576548
commit e9a161740a
10 changed files with 76 additions and 0 deletions
+8
View File
@@ -126,6 +126,14 @@ class Translate extends PointerInteraction {
super(/** @type {import("./Pointer.js").Options} */ (options));
/***
* @type {import("../Observable").OnSignature<import("../Observable").EventTypes, import("../events/Event.js").default> &
* import("../Observable").OnSignature<import("../ObjectEventType").Types|
* 'change:active', import("../Object").ObjectEvent> &
* import("../Observable").OnSignature<'translateend'|'translatestart'|'translating', TranslateEvent>}
*/
this.on;
/**
* The last position we translated to.
* @type {import("../coordinate.js").Coordinate}