Geolocation, Overlay, View
This commit is contained in:
committed by
Andreas Hocevar
parent
7fc664c3fe
commit
ba9bfca9d5
@@ -110,6 +110,13 @@ class Overlay extends BaseObject {
|
||||
constructor(options) {
|
||||
super();
|
||||
|
||||
/***
|
||||
* @type {import("./Observable").OnSignature<import("./Observable").EventTypes, import("./events/Event.js").default> &
|
||||
* import("./Observable").OnSignature<import("./ObjectEventType").Types|
|
||||
* 'change:element'|'change:map'|'change:offset'|'change:position'|'change:positioning', import("./Object").ObjectEvent>}
|
||||
*/
|
||||
this.on;
|
||||
|
||||
/**
|
||||
* @protected
|
||||
* @type {Options}
|
||||
|
||||
Reference in New Issue
Block a user