mirror of
https://github.com/laurent22/joplin.git
synced 2024-12-18 09:35:20 +02:00
59 lines
1.6 KiB
Handlebars
59 lines
1.6 KiB
Handlebars
{{#unless hideSources}}
|
|
{{> member.sources}}
|
|
{{/unless}}
|
|
|
|
{{> comment}}
|
|
|
|
{{#if typeParameters}}
|
|
<h4 class="tsd-type-parameters-title">Type parameters</h4>
|
|
{{> typeParameters}}
|
|
{{/if}}
|
|
|
|
{{#if parameters}}
|
|
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
<ul class="tsd-parameters">
|
|
{{#each parameters}}
|
|
<li>
|
|
<h5>{{#compact}}
|
|
{{#each flags}}
|
|
<span class="tsd-flag ts-flag{{this}}">{{this}}</span>
|
|
{{/each}}
|
|
{{#if flags.isRest}}<span class="tsd-signature-symbol">...</span>{{/if}}
|
|
{{name}}:
|
|
{{#with type}}{{>type}}{{/with}}
|
|
{{#if defaultValue}}
|
|
<span class="tsd-signature-symbol">
|
|
=
|
|
{{defaultValue}}
|
|
</span>
|
|
{{/if}}
|
|
{{/compact}}</h5>
|
|
|
|
{{> comment}}
|
|
|
|
{{#if type.declaration}}
|
|
{{#with type.declaration}}
|
|
{{> parameter}}
|
|
{{/with}}
|
|
{{/if}}
|
|
</li>
|
|
{{/each}}
|
|
</ul>
|
|
{{/if}}
|
|
|
|
<!-- JOPLINCHANGE
|
|
{{#if type}}
|
|
<h4 class="tsd-returns-title">Returns {{#compact}}{{#with type}}{{>type}}{{/with}}{{/compact}}</h4>
|
|
|
|
{{#if comment.returns}}
|
|
{{#markdown}}{{{comment.returns}}}{{/markdown}}
|
|
{{/if}}
|
|
|
|
{{#if type.declaration}}
|
|
{{#with type.declaration}}
|
|
{{> parameter}}
|
|
{{/with}}
|
|
{{/if}}
|
|
{{/if}}
|
|
-->
|