OLD | NEW |
1 {{#property}} | 1 {{#property}} |
2 <dt> | 2 <td>{{+partials.variable_type type:property/}}</td> |
3 {{?parentName}} | 3 <td>{{?optional}}<span class="optional">(optional)</span>{{/}} |
4 <h4 id="{{id}}" title="{{^hideParamTOC name/}}"> | 4 {{name}}</td> |
5 {{+partials.property_name_and_type property:property /}} | 5 <td> |
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}} | 6 {{?deprecated}} |
15 {{+partials.warning_deprecated item:property/}} | 7 {{+partials.warning_deprecated item:property/}} |
16 {{/deprecated}} | 8 {{/deprecated}} |
17 {{?description}} | 9 {{?description}} |
18 {{{description}}} | 10 {{{description}}} |
19 {{/description}} | 11 {{/description}} |
20 {{+partials.enum_descriptions enums:enum_values/}} | 12 {{+partials.enum_descriptions enums:enum_values/}} |
21 {{?array.is_object}} | 13 {{?array.is_object}} |
22 <h4 title="">Properties of each object</h4> | 14 <h4 title="">Properties of each object</h4> |
23 <dl> | 15 <dl> |
24 {{+partials.type type:array hideParamTOC:true /}} | 16 {{+partials.type type:array hideParamTOC:true /}} |
25 </dl> | 17 </dl> |
26 {{/array.is_object}} | 18 {{/array.is_object}} |
27 </dd> | 19 {{?properties}} |
| 20 <table class="innerTable"> |
| 21 {{#p:properties +partials.parameter_full |
| 22 parameter:p |
| 23 parentName:name |
| 24 hideParamTOC:hideParamTOC /}} |
| 25 </table> |
| 26 {{/properties}} |
| 27 {{?is_callback}} |
| 28 {{?parentCallback +partials.callback callback:parentCallback/}} |
| 29 {{/is_callback}} |
| 30 </td> |
28 {{/property}} | 31 {{/property}} |
OLD | NEW |