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.
25 lines
690 B
25 lines
690 B
3 years ago
|
<section class="tsd-panel tsd-member {{cssClasses}}">
|
||
|
<a name="{{anchor}}" class="tsd-anchor"></a>
|
||
|
{{#if name}}
|
||
|
<h3>{{#each flags}}<span class="tsd-flag ts-flag{{this}}">{{this}}</span> {{/each}}{{{wbr name}}}</h3>
|
||
|
{{/if}}
|
||
|
|
||
|
{{#if signatures}}
|
||
|
{{> member.signatures}}
|
||
|
{{else}}{{#if hasGetterOrSetter}}
|
||
|
{{> member.getterSetter}}
|
||
|
{{else}}{{#if isReference}}
|
||
|
{{> member.reference}}
|
||
|
{{else}}
|
||
|
{{> member.declaration}}
|
||
|
{{/if}}{{/if}}{{/if}}
|
||
|
|
||
|
{{#each groups}}
|
||
|
{{#each children}}
|
||
|
{{#unless hasOwnDocument}}
|
||
|
{{> member}}
|
||
|
{{/unless}}
|
||
|
{{/each}}
|
||
|
{{/each}}
|
||
|
</section>
|