1 {{#property}} 2 <td>{{+partials.variable_type type:property/}}</td> 3 <td>{{?optional}}<span class="optional">(optional)</span>{{/}} 4 {{name}}</td> 5 <td> 6 {{?deprecated}} 7 {{+partials.warning_deprecated item:property/}} 8 {{/deprecated}} 9 {{?description}} 10 {{{description}}} 11 {{/description}} 12 {{?returns}} 13 <br/>Returns<span class="property"> 14 {{+partials.variable_type type:returns/}}. 15 </span> 16 {{/returns}} 17 {{+partials.enum_descriptions enums:enum_values/}} 18 {{?array.is_object}} 19 <h4 title="">Properties of each object</h4> 20 <dl> 21 {{+partials.type type:array hideParamTOC:true /}} 22 </dl> 23 {{/array.is_object}} 24 {{?properties}} 25 <table class="innerTable"> 26 {{#p:properties +partials.parameter_full 27 parameter:p 28 parentName:name 29 hideParamTOC:hideParamTOC /}} 30 </table> 31 {{/properties}} 32 {{?parameters}} 33 <table class="innerTable"> 34 <tr><th colspan="3">Parameters</th></tr> 35 {{#p:parameters +partials.parameter_full 36 parameter:p 37 parentName:name 38 hideParamTOC:hideParamTOC /}} 39 </table> 40 {{/parameters}} 41 {{?is_callback}} 42 {{?parentCallback +partials.callback callback:parentCallback/}} 43 {{/is_callback}} 44 </td> 45 {{/property}} 46