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.
This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.
{{ # if categories }}
<section class="tsd-panel-group tsd-index-group">
<h2>索引</h2>
<section class="tsd-panel tsd-index-panel">
<div class="tsd-index-content">
{{ # each categories }}
<section class="tsd-index-section">
<h3> {{ title }} ( {{ children .length }} ) </h3>
<ul class="tsd-index-list">
{{ # each children }}
<li class=" {{ cssClasses }} "><a href=" {{ relativeURL url }} " class="tsd-kind-icon"> {{ # if name }} {{{ wbr name }}} {{ else }} <em> {{{ wbr kindString }}} </em> {{ / if }} </a></li>
{{ / each }}
</ul>
</section>
{{ / each }}
</div>
</section>
</section>
{{ else }}
{{ # if groups }}
<section class="tsd-panel-group tsd-index-group">
<h2>索引</h2>
<section class="tsd-panel tsd-index-panel">
<div class="tsd-index-content">
{{ # each groups }}
<section class="tsd-index-section {{ cssClasses }} ">
{{ # if categories }}
{{ # each categories }}
<h3> {{ # if title }} {{ title }} {{ / if }} {{ ../title }} ( {{ children .length }} ) </h3>
<ul class="tsd-index-list">
{{ # each children }}
<li class=" {{ cssClasses }} "><a href=" {{ relativeURL url }} " class="tsd-kind-icon"> {{ # if name }} {{{ wbr name }}} {{ else }} <em> {{{ wbr kindString }}} </em> {{ / if }} </a></li>
{{ / each }}
</ul>
{{ / each }}
{{ else }}
<h3> {{ title }} ( {{ children .length }} ) </h3>
<ul class="tsd-index-list">
{{ # each children }}
<li class=" {{ cssClasses }} "><a href=" {{ relativeURL url }} " class="tsd-kind-icon"> {{ # if name }} {{{ wbr name }}} {{ else }} <em> {{{ wbr kindString }}} </em> {{ / if }} </a></li>
{{ / each }}
</ul>
{{ / if }}
</section>
{{ / each }}
</div>
</section>
</section>
{{ / if }}
{{ / if }}