interactive property

bool interactive

If false, the layer will not emit mouse events and will act as a part of the underlying map.

Implementation

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

Implementation

external set interactive(bool value);