aboutsummaryrefslogtreecommitdiff
path: root/node_modules/typedoc-default-themes/bin/default/partials/member.hbs
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/typedoc-default-themes/bin/default/partials/member.hbs')
-rw-r--r--node_modules/typedoc-default-themes/bin/default/partials/member.hbs22
1 files changed, 22 insertions, 0 deletions
diff --git a/node_modules/typedoc-default-themes/bin/default/partials/member.hbs b/node_modules/typedoc-default-themes/bin/default/partials/member.hbs
new file mode 100644
index 000000000..01c59e81d
--- /dev/null
+++ b/node_modules/typedoc-default-themes/bin/default/partials/member.hbs
@@ -0,0 +1,22 @@
+<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}}
+ {{> member.declaration}}
+ {{/if}}{{/if}}
+
+ {{#each groups}}
+ {{#each children}}
+ {{#unless hasOwnDocument}}
+ {{> member}}
+ {{/unless}}
+ {{/each}}
+ {{/each}}
+</section>