controls and interactions.
This commit is contained in:
committed by
Andreas Hocevar
parent
3365576548
commit
e9a161740a
@@ -192,6 +192,14 @@ class Modify extends PointerInteraction {
|
||||
constructor(options) {
|
||||
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<'modifyend'|'modifystart', ModifyEvent>}
|
||||
*/
|
||||
this.on;
|
||||
|
||||
/** @private */
|
||||
this.boundHandleFeatureChange_ = this.handleFeatureChange_.bind(this);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user