--- layout: api title: "v2.1.7 JavaScript Library: L.IHandler" categories: api version: v2.1.7 permalink: /api/v2.1.7/l-ihandler/ ---
An interface implemented by interaction handlers.
Method | Returns | Description |
---|---|---|
enable() |
- | Enables the handler. |
disable() |
- | Disables the handler. |
enabled() |
Boolean |
Returns true if the handler is enabled. |