aboutsummaryrefslogtreecommitdiff
path: root/node_modules/typedoc-default-themes/bin/minimal/partials/member.declaration.hbs
blob: 9dbe3f32dad204eb57c7f90db0a1004d023bfa86 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<div class="tsd-signature tsd-kind-icon">{{#compact}}
    {{{wbr name}}}<span class="tsd-signature-symbol">{{#if isOptional}}?{{/if}}:</span>&nbsp;{{#with type}}{{>type}}{{/with}}
    {{#if defaultValue}}
        <span class="tsd-signature-symbol">
        &nbsp;=&nbsp;
        {{defaultValue}}
        </span>
    {{/if}}
{{/compact}}</div>

{{> member.sources}}

{{> comment}}

{{#if type.declaration}}
    <div class="tsd-type-declaration">
        <h4>Type declaration</h4>
        {{#with type.declaration}}
            {{> parameter}}
        {{/with}}
    </div>
{{/if}}