summaryrefslogtreecommitdiffstats
path: root/chrome/common/extensions/docs/templates/private/dom_event.html
blob: ac94501ed97d6bcc97f6a85265923cc6fc61342b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{{#event}}
<div>
  <h3 id="{{id}}">{{name}}</h3>
  <div class="description">
    {{?description}}<p>
      {{{description}}}
    </p>{{/description}}
    {{?properties}}
      <table class="innerTable">
        <tr><th colspan="3">Event object properties</th></tr>
        {{+partials.type_item items:properties
                              item_partial:partials.parameter_full
                              parentName:name /}}
      </table>
    {{/properties}}
  </div>
</div>
{{/event}}