--- layout: api title: "v3.0.1 JavaScript Library: L.IHandler" categories: api version: v3.0.1 permalink: /api/v3.0.1/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. |