leafdoc
Version:
A lightweight NaturalDocs-like LeafletJS-style documentation generator
58 lines (48 loc) • 1.18 kB
HTML
<html>
<head>
<title></title>
<meta charset="utf-8">
<style>
table {
border-collapse: collapse;
}
table td, table th {
border: 1px solid #888;
}
pre code {
display: inline-block;
background: #eee;
}
td:last-child code {
background: #eee;
}
body {
font-family: Sans;
max-width: 50em;
margin: auto;
}
</style>
</head>
<body>
<h2>Leafdoc generated API reference</h2>
<h2 id='keyboardevent'>KeyboardEvent</h2>
<h3 id='keyboardevent-property'>Properties</h3>
<section>
<table><thead>
<tr>
<th>Property</th>
<th>Type</th>
<th>Description</th>
</tr>
</thead><tbody>
<tr id='keyboardevent-originalevent'>
<td><code><b>originalEvent</b>
<td><code>DOMEvent</code></td>
<td>The original <a href="https://developer.mozilla.org/en-US/docs/Web/API/KeyboardEvent">DOM <code>KeyboardEvent</code></a> that triggered this Leaflet event.
<p>A lone ref to <a href="#keyboardevent"><code>KeyboardEvent</code></a> here.</p>
<p>Some other reference <a href="https://developer.mozilla.org/en-US/docs/Web/API/KeyboardEvent">to <code>KeyboardEvent</code> but in MDN</a>.</p></td>
</tr>
</tbody></table>
</section>
</body></html>