mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-03-29 22:38:33 +08:00
PathOptions.pointerEvents
PathOptions.pointerEvents should be string instead of boolean, see http://leafletjs.com/reference.html#path-pointerevents and https://developer.mozilla.org/en-US/docs/Web/CSS/pointer-events
This commit is contained in:
2
leaflet/leaflet.d.ts
vendored
2
leaflet/leaflet.d.ts
vendored
@@ -3278,7 +3278,7 @@ declare module L {
|
||||
/**
|
||||
* Sets the pointer-events attribute on the path if SVG backend is used.
|
||||
*/
|
||||
pointerEvents?: boolean;
|
||||
pointerEvents?: string;
|
||||
|
||||
/**
|
||||
* Custom class name set on an element.
|
||||
|
||||
Reference in New Issue
Block a user