OLD | NEW |
1 {{#property}} | 1 {{#property}} |
2 <td>{{+partials.variable_type type:property/}}</td> | 2 <td>{{+partials.variable_type type:property/}}</td> |
3 <td>{{?optional}}<span class="optional">(optional)</span>{{/}} | 3 <td>{{?optional}}<span class="optional">(optional)</span>{{/}} |
4 {{name}}</td> | 4 {{name}}</td> |
5 <td> | 5 <td> |
6 {{?deprecated}} | 6 {{?deprecated}} |
7 {{+partials.warning_deprecated item:property/}} | 7 {{+partials.warning_deprecated item:property/}} |
8 {{/deprecated}} | 8 {{/deprecated}} |
| 9 {{?availability}} |
| 10 <span class="availability">{{+availability.partial content:availability/}}</span
> |
| 11 {{/availability}} |
| 12 |
9 {{?description}} | 13 {{?description}} |
10 {{{description}}} | 14 {{{description}}} |
11 {{/description}} | 15 {{/description}} |
12 {{?returns}} | 16 {{?returns}} |
13 <br/>Returns<span class="property"> | 17 <br/>Returns<span class="property"> |
14 {{+partials.variable_type type:returns/}}. | 18 {{+partials.variable_type type:returns/}}. |
15 </span> | 19 </span> |
16 {{/returns}} | 20 {{/returns}} |
17 {{+partials.enum_descriptions enums:enum_values/}} | 21 {{+partials.enum_descriptions enums:enum_values/}} |
18 {{?array.is_object}} | 22 {{?array.is_object}} |
(...skipping 17 matching lines...) Expand all Loading... |
36 parameter:p | 40 parameter:p |
37 parentName:name | 41 parentName:name |
38 hideParamTOC:hideParamTOC /}} | 42 hideParamTOC:hideParamTOC /}} |
39 </table> | 43 </table> |
40 {{/parameters}} | 44 {{/parameters}} |
41 {{?is_callback}} | 45 {{?is_callback}} |
42 {{?parentCallback +partials.callback callback:parentCallback/}} | 46 {{?parentCallback +partials.callback callback:parentCallback/}} |
43 {{/is_callback}} | 47 {{/is_callback}} |
44 </td> | 48 </td> |
45 {{/property}} | 49 {{/property}} |
OLD | NEW |