controls and interactions.
This commit is contained in:
committed by
Andreas Hocevar
parent
3365576548
commit
e9a161740a
@@ -156,6 +156,14 @@ class Select extends Interaction {
|
||||
constructor(opt_options) {
|
||||
super();
|
||||
|
||||
/***
|
||||
* @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<'select', SelectEvent>}
|
||||
*/
|
||||
this.on;
|
||||
|
||||
const options = opt_options ? opt_options : {};
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user