keyboard.js

Header Image
Project:
keyboard.js : Public <<file>> Component
Created: 2023-01-31 3:40:22 PM
Modified: 2023-02-06 12:38:20 PM
Project:
Advanced:
Leaflet implements keyboard events via a map Handler.  Keyboard.js overrides an event handler defined by Leaflet, the _onKeyDown handler.<br/><br/>This file highlights the risk of overriding a "private" method, which is designated private by the "_" underscore in the method name.<br/><br/>The native Leaflet method that is overridden has changed since this was created, and there may be (latent) incompatibilities that are generated between how the Leaflet map currently handles pan, zoom and escape keys and how this custom handler method handles them.<br/><br/><br/>
  • Advanced
Property Value
isIndirectlyInstantiated: true
isFinalSpecialization: 0