Add CombinedOnSignature.

This commit is contained in:
Simon Seyock
2021-06-23 17:29:33 +02:00
committed by Andreas Hocevar
parent 25a095e489
commit 1870a64984
25 changed files with 85 additions and 32 deletions

View File

@@ -54,7 +54,8 @@ class BaseLayer extends BaseObject {
/***
* @type {import("../Observable").OnSignature<import("../Observable").EventTypes, import("../events/Event.js").default> &
* import("../Observable").OnSignature<BaseLayerObjectEventTypes, import("../Object").ObjectEvent>}
* import("../Observable").OnSignature<BaseLayerObjectEventTypes, import("../Object").ObjectEvent> &
* import("../Observable").CombinedOnSignature<import("../Observable").EventTypes|BaseLayerObjectEventTypes>}
*/
this.on;