leafdoc
Version:
A lightweight NaturalDocs-like LeafletJS-style documentation generator
12 lines (11 loc) • 394 B
JavaScript
/**
* @class KeyboardEvent
* @inherits Event
* @property originalEvent: DOMEvent
*
* The original [DOM `KeyboardEvent`](https://developer.mozilla.org/en-US/docs/Web/API/KeyboardEvent) that triggered this Leaflet event.
*
* A lone ref to `KeyboardEvent` here.
*
* Some other reference [to `KeyboardEvent` but in MDN](https://developer.mozilla.org/en-US/docs/Web/API/KeyboardEvent).
*/