📝 Add overlay type definition

Co-authored-by: Matthieu Baumann <baumannmatthieu0@gmail.com>
This commit is contained in:
Tom Czekaj
2024-08-12 10:54:49 +02:00
committed by Matthieu Baumann
co-authored by Matthieu Baumann
parent c16309f670
commit 5a49ccb7b3
+4 -1
View File
@@ -1483,7 +1483,10 @@ export let Aladin = (function () {
* @memberof Aladin
*/
Aladin.prototype.removeLayers = Aladin.prototype.removeOverlays;
/**
* @typedef {MOC|Catalog|ProgressiveCat|GraphicOverlay} Overlay
* @description Possible overlays
*/
/**
* Remove an overlay by its layer name
*