From 1221959579dc6d1795b05241f291d640751ad3ab Mon Sep 17 00:00:00 2001 From: James Milner Date: Wed, 25 Jan 2017 11:32:22 +0000 Subject: [PATCH] Adds clickable to marker options Adds clickable to marker options; this is currently omitted for one reason or another --- leaflet/index.d.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/leaflet/index.d.ts b/leaflet/index.d.ts index c031df81bc..4112082f54 100644 --- a/leaflet/index.d.ts +++ b/leaflet/index.d.ts @@ -1397,6 +1397,7 @@ declare namespace L { export interface MarkerOptions extends InteractiveLayerOptions { icon?: Icon; + clickable?: boolean; draggable?: boolean; keyboard?: boolean; title?: string;