bubblingMouseEvents property

bool bubblingMouseEvents

When true, a mouse event on this layer will trigger the same event on the map (unless L.DomEvent.stopPropagation is used).

Implementation

external bool get bubblingMouseEvents;
void bubblingMouseEvents=(bool value)

Implementation

external set bubblingMouseEvents(bool value);