mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-12 04:50:18 +00:00
Merge pull request #14232 from JamesMilnerUK/master
Leaflet: adds clickable to marker options
This commit is contained in:
Vendored
+1
@@ -1397,6 +1397,7 @@ declare namespace L {
|
||||
|
||||
export interface MarkerOptions extends InteractiveLayerOptions {
|
||||
icon?: Icon;
|
||||
clickable?: boolean;
|
||||
draggable?: boolean;
|
||||
keyboard?: boolean;
|
||||
title?: string;
|
||||
|
||||
Reference in New Issue
Block a user