| 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}} | 9 {{?availability}} |
| 10 <span class="availability">{{+availability.partial content:availability/}}</span
> | 10 <span class="availability">{{+availability.partial content:availability/}}</span
> |
| (...skipping 24 matching lines...) Expand all Loading... |
| 35 {{/properties}} | 35 {{/properties}} |
| 36 {{?parameters}} | 36 {{?parameters}} |
| 37 <table class="innerTable"> | 37 <table class="innerTable"> |
| 38 <tr><th colspan="3">Parameters</th></tr> | 38 <tr><th colspan="3">Parameters</th></tr> |
| 39 {{#p:parameters +partials.parameter_full | 39 {{#p:parameters +partials.parameter_full |
| 40 parameter:p | 40 parameter:p |
| 41 parentName:name | 41 parentName:name |
| 42 hideParamTOC:hideParamTOC /}} | 42 hideParamTOC:hideParamTOC /}} |
| 43 </table> | 43 </table> |
| 44 {{/parameters}} | 44 {{/parameters}} |
| 45 {{?is_callback}} | 45 {{?isCallback}} |
| 46 {{?parentCallback +partials.callback callback:parentCallback/}} | 46 {{+partials.callback callback:asFunction/}} |
| 47 {{/is_callback}} | 47 {{/isCallback}} |
| 48 </td> | 48 </td> |
| 49 {{/property}} | 49 {{/property}} |
| OLD | NEW |