summaryrefslogtreecommitdiffstats
path: root/chrome/common/extensions/docs/templates/private/api_property.html
blob: f728033c311f95ca26b5bf727644efe1abfaf98a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{{#property}}
<tr>
  <td>{{+partials.type_name link:link type:property/}}</td>
  <td><code id="{{id}}">{{api.namespace}}.{{name}}</code></td>
  <td>
    {{?availability}}
    <p class="availability">
      {{+availability.partial content:availability item:property/}}
    </p>
    {{/availability}}
    {{?description}}
      {{{description}}}
    {{/description}}
    {{?properties}}
    <table class="innerTable">
    <thead><th colspan="3">Properties</th></thead>
    {{#p:properties}}
      {{+partials.parameter_full parameter:p parentName:false/}}
    {{/properties}}
    </table>
    {{/properties}}
    {{?functions}}
    <table class="innerTable">
    <thead><th colspan="3">Functions</th></thead>
    {{#f:functions}}
      {{+partials.function function:f parentName:false/}}
    {{/functions}}
    </table>
    {{/functions}}
  </td>
</tr>
{{/property}}