|
39 | 39 | </li>
|
40 | 40 | {{/if}}
|
41 | 41 | {{#each children}}
|
42 |
| - <li class="tsd-parameter"> |
43 |
| - {{#if signatures}} |
| 42 | + {{#if signatures}} |
| 43 | + <li class="tsd-parameter"> |
44 | 44 | <h5>{{#compact}}
|
45 | 45 | {{#if flags.isRest}}<span class="tsd-signature-symbol">...</span>{{/if}}
|
46 | 46 | {{{wbr name}}}
|
|
52 | 52 | {{/compact}}</h5>
|
53 | 53 |
|
54 | 54 | {{> member.signatures}}
|
55 |
| - {{else}} |
| 55 | + </li> |
| 56 | + {{else}}{{#if type}} {{! standard type }} |
| 57 | + <li class="tsd-parameter"> |
56 | 58 | <h5>{{#compact}}
|
57 | 59 | {{#each flags}}
|
58 | 60 | <span class="tsd-flag ts-flag{{this}}">{{this}}</span>
|
|
65 | 67 | :
|
66 | 68 | </span>
|
67 | 69 | {{>type}}
|
68 |
| - {{else}} |
69 |
| - {{#if getSignature}} |
70 |
| - {{#if setSignature}} |
71 |
| - {{{wbr name}}} |
72 |
| - <span class="tsd-signature-symbol">: </span> |
73 |
| - {{#with getSignature.type}} |
74 |
| - {{> type}} |
75 |
| - {{/with}} |
76 |
| - {{else}} |
77 |
| - <span class="tsd-signature-symbol">get </span> |
78 |
| - {{{wbr name}}} |
79 |
| - <span class="tsd-signature-symbol">(): </span> |
80 |
| - {{#with getSignature.type}} |
81 |
| - {{> type}} |
82 |
| - {{/with}} |
83 |
| - {{/if}} |
84 |
| - {{else}} |
85 |
| - {{#if setSignature}} |
86 |
| - <span class="tsd-signature-symbol">set </span> |
87 |
| - {{{wbr name}}} |
88 |
| - <span class="tsd-signature-symbol">(</span> |
89 |
| - {{#each setSignature.parameters}} |
90 |
| - {{name}} |
91 |
| - <span class="tsd-signature-symbol">: </span> |
92 |
| - {{#with type}} |
93 |
| - {{> type}} |
94 |
| - {{else}} |
95 |
| - <span class="tsd-signature-type">any</span> |
96 |
| - {{/with}} |
97 |
| - {{/each}} |
98 |
| - <span class="tsd-signature-symbol">)</span> |
99 |
| - {{else}} |
100 |
| - <span class="tsd-signature-type">any</span> |
101 |
| - {{/if}} |
102 |
| - {{/if}} |
103 | 70 | {{/with}}
|
104 | 71 | {{/compact}}</h5>
|
105 | 72 |
|
|
114 | 81 | {{> parameter}}
|
115 | 82 | {{/with}}
|
116 | 83 | {{/if}}
|
117 |
| - {{/if}} |
118 |
| - </li> |
| 84 | + </li> |
| 85 | + {{else}} {{! getter/setter }} |
| 86 | + {{#with getSignature}} {{! getter }} |
| 87 | + <li class="tsd-parameter"> |
| 88 | + <h5>{{#compact}} |
| 89 | + {{#each flags}} |
| 90 | + <span class="tsd-flag ts-flag{{this}}">{{this}}</span> |
| 91 | + {{/each}} |
| 92 | + <span class="tsd-signature-symbol">get </span> |
| 93 | + {{{wbr ../name}}} |
| 94 | + <span class="tsd-signature-symbol">(): </span> |
| 95 | + {{#with type}} |
| 96 | + {{> type}} |
| 97 | + {{/with}} |
| 98 | + {{/compact}}</h5> |
| 99 | + |
| 100 | + {{> comment }} |
| 101 | + </li> |
| 102 | + {{/with}} |
| 103 | + {{#with setSignature}} {{! setter }} |
| 104 | + <li class="tsd-parameter"> |
| 105 | + <h5>{{#compact}} |
| 106 | + {{#each flags}} |
| 107 | + <span class="tsd-flag ts-flag{{this}}">{{this}}</span> |
| 108 | + {{/each}} |
| 109 | + <span class="tsd-signature-symbol">set </span> |
| 110 | + {{{wbr ../name}}} |
| 111 | + <span class="tsd-signature-symbol">(</span> |
| 112 | + {{#each parameters}} |
| 113 | + {{name}} |
| 114 | + <span class="tsd-signature-symbol">: </span> |
| 115 | + {{#with type}} |
| 116 | + {{> type}} |
| 117 | + {{else}} |
| 118 | + <span class="tsd-signature-type">any</span> |
| 119 | + {{/with}} |
| 120 | + {{/each}} |
| 121 | + <span class="tsd-signature-symbol">): </span> |
| 122 | + {{#with type}} |
| 123 | + {{> type}} |
| 124 | + {{/with}} |
| 125 | + {{/compact}}</h5> |
| 126 | + |
| 127 | + {{> comment }} |
| 128 | + </li> |
| 129 | + {{/with}} |
| 130 | + {{/if}}{{/if}} |
119 | 131 | {{/each}}
|
120 | 132 | </ul>
|
0 commit comments