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.
38 lines
1.1 KiB
38 lines
1.1 KiB
<ul class="tsd-signatures {{cssClasses}}">
|
|
{{#if getSignature}}
|
|
{{#with getSignature}}
|
|
<li class="tsd-signature tsd-kind-icon">{{#compact}}
|
|
<span class="tsd-signature-symbol">get</span>
|
|
{{../name}}
|
|
{{> member.signature.title hideName=true }}
|
|
{{/compact}}</li>
|
|
{{/with}}
|
|
{{/if}}
|
|
{{#if setSignature}}
|
|
{{#with setSignature}}
|
|
<li class="tsd-signature tsd-kind-icon">{{#compact}}
|
|
<span class="tsd-signature-symbol">set</span>
|
|
{{../name}}
|
|
{{> member.signature.title hideName=true }}
|
|
{{/compact}}</li>
|
|
{{/with}}
|
|
{{/if}}
|
|
</ul>
|
|
|
|
<ul class="tsd-descriptions">
|
|
{{#if getSignature}}
|
|
{{#with getSignature}}
|
|
<li class="tsd-description">
|
|
{{> member.signature.body }}
|
|
</li>
|
|
{{/with}}
|
|
{{/if}}
|
|
{{#if setSignature}}
|
|
{{#with setSignature}}
|
|
<li class="tsd-description">
|
|
{{> member.signature.body }}
|
|
</li>
|
|
{{/with}}
|
|
{{/if}}
|
|
</ul>
|