You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
37 lines
882 B
37 lines
882 B
3 years ago
|
<div class="tsd-signature tsd-kind-icon">{{#compact}}
|
||
|
{{{wbr name}}}
|
||
|
{{#if typeParameters}}
|
||
|
<
|
||
|
{{#each typeParameters}}
|
||
|
{{#if @index}}, {{/if}}
|
||
|
{{name}}
|
||
|
{{/each}}
|
||
|
>
|
||
|
{{/if}}
|
||
|
<span class="tsd-signature-symbol">{{#if isOptional}}?{{/if}}:</span> {{#with type}}{{>type}}{{/with}}
|
||
|
{{#if defaultValue}}
|
||
|
<span class="tsd-signature-symbol">
|
||
|
=
|
||
|
{{defaultValue}}
|
||
|
</span>
|
||
|
{{/if}}
|
||
|
{{/compact}}</div>
|
||
|
|
||
|
{{> member.sources}}
|
||
|
|
||
|
{{> comment}}
|
||
|
|
||
|
{{#if typeParameters}}
|
||
|
<h4 class="tsd-type-parameters-title">Type parameters</h4>
|
||
|
{{> typeParameters}}
|
||
|
{{/if}}
|
||
|
|
||
|
{{#if type.declaration}}
|
||
|
<div class="tsd-type-declaration">
|
||
|
<h4>Type declaration</h4>
|
||
|
{{#with type.declaration}}
|
||
|
{{> parameter}}
|
||
|
{{/with}}
|
||
|
</div>
|
||
|
{{/if}}
|