Disable view source for Developer Tools.
[chromium-blink-merge.git] / chrome / common / extensions / docs / templates / private / api_property.html
blob69837a249416b7e532f5c0bee26d64fb639bc5d5
1 {{#property}}
2 <div>
3 <h3 id="{{id}}">{{name}}</h3>
4 <div class="summary">
5 <div class="line">{{api.namespace}}.{{name}}</div>
6 </div>
7 <div>
8 <dt><span class="property">{{name}}</span> {{+partials.type_name link:link type:property/}}</dt>
9 {{?description}}<dd>
10 {{{description}}}
11 </dd>{{/description}}
12 {{?properties}}
13 <h4 id="{{name}}-properties" title="">
14 Properties of <a href="#property-{{name}}">{{name}}</a>
15 </h4>
16 <dd><dl>{{#p:properties}}
17 {{+partials.parameter_full parameter:p parentName:false/}}
18 {{/properties}}</dl></dd>
19 {{/properties}}
20 {{?functions}}
21 <h4 id="{{name}}-functions" title="">
22 Methods of <a href="#property-{{name}}">{{name}}</a>
23 </h4>
24 <dd><dl>{{#f:functions}}
25 {{+partials.function function:f parentName:false/}}
26 {{/}}</dl></dd>
27 {{/functions}}
28 </div>
29 </div>
30 {{/property}}