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