Disable view source for Developer Tools.
[chromium-blink-merge.git] / chrome / common / extensions / docs / templates / private / property.html
blob360ee9990164ceb4ecd5d840ebfbe8fcfcfd36e7
1 {{#property}}
2 <dt>
3 {{?parentName}}
4 <h4 id="{{id}}" title="{{^hideParamTOC name/}}">
5 {{+partials.property_name_and_type property:property /}}
6 </h4>
7 {{:parentName}}
8 <h3 id="{{id}}" title="{{^hideParamTOC name/}}">
9 {{+partials.property_name_and_type property:property /}}
10 </h3>
11 {{/parentName}}
12 </dt>
13 <dd>
14 {{?deprecated}}
15 {{+partials.warning_deprecated item:property/}}
16 {{/deprecated}}
17 {{?description}}
18 {{{description}}}
19 {{/description}}
20 {{+partials.enum_descriptions enums:enum_values/}}
21 {{?array.is_object}}
22 <h4 title="">Properties of each object</h4>
23 <dl>
24 {{+partials.type type:array hideParamTOC:true /}}
25 </dl>
26 {{/array.is_object}}
27 </dd>
28 {{/property}}