3
3
<head >
4
4
<meta charset =" utf-8" >
5
5
<meta http-equiv =" X-UA-Compatible" content =" IE=edge" >
6
- <title >{{ model.name }} | {{ project.name }} </title >
6
+ <title >{{ #ifCond model.name ' == ' project.name }} {{ project.name }} {{ else }} {{ model.name }} | {{ project.name }} {{ /ifCond }} </title >
7
7
<meta name =" description" content =" " >
8
8
<meta name =" viewport" content =" width=device-width, initial-scale=1" >
9
9
37
37
<input type =" checkbox" id =" tsd-filter-private" checked />
38
38
<label for =" tsd-filter-private" >Private</label >
39
39
40
- <input type =" checkbox" id =" tsd-filter-externals" checked />
41
- <label for =" tsd-filter-externals" >Externals</label >
40
+ {{ #unless settings.excludeExternals }}
41
+ <input type =" checkbox" id =" tsd-filter-externals" checked />
42
+ <label for =" tsd-filter-externals" >Externals</label >
43
+ {{ /unless }}
42
44
43
45
<input type =" checkbox" id =" tsd-filter-only-exported" />
44
46
<label for =" tsd-filter-only-exported" >Only exported</label >
84
86
<footer >
85
87
<div class =" container" >
86
88
<h2 >Legend</h2 >
87
- <span class =" tsd-kind-container" ><span class =" tsd-kind-icon" >Container, dynamic module</span ></span >
88
- <span class =" tsd-kind-enum" ><span class =" tsd-kind-icon" >Enumeration</span ></span >
89
- <span class =" tsd-kind-enum-member" ><span class =" tsd-kind-icon" >Enumeration member</span ></span >
90
- <span class =" tsd-kind-object-literal" ><span class =" tsd-kind-icon" >Object literal</span ></span >
91
- <span class =" tsd-kind-property" ><span class =" tsd-kind-icon" >Variable</span ></span >
92
- <span class =" tsd-kind-call-signature" ><span class =" tsd-kind-icon" >Function, call signature, accessor</span ></span >
93
- <span class =" tsd-kind-construct-signature" ><span class =" tsd-kind-icon" >Constructor</span ></span >
94
- <span class =" tsd-kind-index-signature" ><span class =" tsd-kind-icon" >Index signature</span ></span >
95
-
96
- <h3 >Interface members</h3 >
97
- <span class =" tsd-kind-interface" ><span class =" tsd-kind-icon" >Interface</span ></span >
98
- <span class =" tsd-kind-property tsd-parent-kind-interface" ><span class =" tsd-kind-icon" >Property</span ></span >
99
- <span class =" tsd-kind-call-signature tsd-parent-kind-interface" ><span class =" tsd-kind-icon" >Member, accessor</span ></span >
100
- <span class =" tsd-kind-construct-signature tsd-parent-kind-interface" ><span class =" tsd-kind-icon" >Constructor</span ></span >
101
- <span class =" tsd-kind-index-signature tsd-parent-kind-interface" ><span class =" tsd-kind-icon" >Index signature</span ></span >
102
-
103
- <h3 >Class members</h3 >
104
- <span class =" tsd-kind-class" ><span class =" tsd-kind-icon" >Class</span ></span >
105
- <span class =" tsd-kind-property tsd-parent-kind-class" ><span class =" tsd-kind-icon" >Property</span ></span >
106
- <span class =" tsd-kind-property tsd-parent-kind-class tsd-is-inherited" ><span class =" tsd-kind-icon" >Inherited property</span ></span >
107
- <span class =" tsd-kind-property tsd-parent-kind-class tsd-is-private" ><span class =" tsd-kind-icon" >Private property</span ></span >
108
- <span class =" tsd-kind-property tsd-parent-kind-class tsd-is-static" ><span class =" tsd-kind-icon" >Static property</span ></span >
109
- <span class =" tsd-kind-call-signature tsd-parent-kind-class" ><span class =" tsd-kind-icon" >Member, accessor</span ></span >
110
- <span class =" tsd-kind-call-signature tsd-parent-kind-class tsd-is-inherited" ><span class =" tsd-kind-icon" >Inherited member</span ></span >
111
- <span class =" tsd-kind-call-signature tsd-parent-kind-class tsd-is-private" ><span class =" tsd-kind-icon" >Private member</span ></span >
112
- <span class =" tsd-kind-call-signature tsd-parent-kind-class tsd-is-static" ><span class =" tsd-kind-icon" >Static member</span ></span >
113
- <span class =" tsd-kind-construct-signature tsd-parent-kind-class" ><span class =" tsd-kind-icon" >Constructor</span ></span >
114
- <span class =" tsd-kind-construct-signature tsd-parent-kind-class tsd-is-inherited" ><span class =" tsd-kind-icon" >Inherited constructor</span ></span >
115
- <span class =" tsd-kind-construct-signature tsd-parent-kind-class tsd-is-private" ><span class =" tsd-kind-icon" >Private constructor</span ></span >
116
- <span class =" tsd-kind-index-signature tsd-parent-kind-class" ><span class =" tsd-kind-icon" >Index signature</span ></span >
117
- </div >
118
- <div class =" container" >
119
- <p >Generated with <a href =" http://typedoc.io" target =" _blank" >TypeDoc</a ></p >
89
+ <div class =" tsd-legend-group" >
90
+ <ul class =" tsd-legend" >
91
+ <li class =" tsd-kind-container" ><span class =" tsd-kind-icon" >Container, dynamic module</span ></li >
92
+ </ul >
93
+ <ul class =" tsd-legend" >
94
+ <li class =" tsd-kind-enum" ><span class =" tsd-kind-icon" >Enumeration</span ></li >
95
+ <li class =" tsd-kind-enum-member" ><span class =" tsd-kind-icon" >Enumeration member</span ></li >
96
+ </ul >
97
+ <ul class =" tsd-legend" >
98
+ <li class =" tsd-kind-object-literal" ><span class =" tsd-kind-icon" >Object literal</span ></li >
99
+ <li class =" tsd-kind-construct-signature" ><span class =" tsd-kind-icon" >Constructor</span ></li >
100
+ <li class =" tsd-kind-property" ><span class =" tsd-kind-icon" >Variable</span ></li >
101
+ <li class =" tsd-kind-call-signature" ><span class =" tsd-kind-icon" >Function, call signature, accessor</span ></li >
102
+ <li class =" tsd-kind-index-signature" ><span class =" tsd-kind-icon" >Index signature</span ></li >
103
+ </ul >
104
+ <ul class =" tsd-legend" >
105
+ <li class =" tsd-kind-interface" ><span class =" tsd-kind-icon" >Interface</span ></li >
106
+ <li class =" tsd-kind-construct-signature tsd-parent-kind-interface" ><span class =" tsd-kind-icon" >Constructor</span ></li >
107
+ <li class =" tsd-kind-property tsd-parent-kind-interface" ><span class =" tsd-kind-icon" >Property</span ></li >
108
+ <li class =" tsd-kind-call-signature tsd-parent-kind-interface" ><span class =" tsd-kind-icon" >Member, accessor</span ></li >
109
+ <li class =" tsd-kind-index-signature tsd-parent-kind-interface" ><span class =" tsd-kind-icon" >Index signature</span ></li >
110
+ </ul >
111
+ <ul class =" tsd-legend" >
112
+ <li class =" tsd-kind-class" ><span class =" tsd-kind-icon" >Class</span ></li >
113
+ <li class =" tsd-kind-construct-signature tsd-parent-kind-class" ><span class =" tsd-kind-icon" >Constructor</span ></li >
114
+ <li class =" tsd-kind-property tsd-parent-kind-class" ><span class =" tsd-kind-icon" >Property</span ></li >
115
+ <li class =" tsd-kind-call-signature tsd-parent-kind-class" ><span class =" tsd-kind-icon" >Member, accessor</span ></li >
116
+ <li class =" tsd-kind-index-signature tsd-parent-kind-class" ><span class =" tsd-kind-icon" >Index signature</span ></li >
117
+ </ul >
118
+ <ul class =" tsd-legend" >
119
+ <li > </li >
120
+ <li class =" tsd-kind-construct-signature tsd-parent-kind-class tsd-is-inherited" ><span class =" tsd-kind-icon" >Inherited constructor</span ></li >
121
+ <li class =" tsd-kind-property tsd-parent-kind-class tsd-is-inherited" ><span class =" tsd-kind-icon" >Inherited property</span ></li >
122
+ <li class =" tsd-kind-call-signature tsd-parent-kind-class tsd-is-inherited" ><span class =" tsd-kind-icon" >Inherited member</span ></li >
123
+ </ul >
124
+ <ul class =" tsd-legend" >
125
+ <li > </li >
126
+ <li class =" tsd-kind-construct-signature tsd-parent-kind-class tsd-is-private" ><span class =" tsd-kind-icon" >Private constructor</span ></li >
127
+ <li class =" tsd-kind-property tsd-parent-kind-class tsd-is-private" ><span class =" tsd-kind-icon" >Private property</span ></li >
128
+ <li class =" tsd-kind-call-signature tsd-parent-kind-class tsd-is-private" ><span class =" tsd-kind-icon" >Private member</span ></li >
129
+ </ul >
130
+ <ul class =" tsd-legend" >
131
+ <li > </li >
132
+ <li > </li >
133
+ <li class =" tsd-kind-property tsd-parent-kind-class tsd-is-static" ><span class =" tsd-kind-icon" >Static property</span ></li >
134
+ <li class =" tsd-kind-call-signature tsd-parent-kind-class tsd-is-static" ><span class =" tsd-kind-icon" >Static member</span ></li >
135
+ </ul >
136
+ </div >
120
137
</div >
121
138
</footer >
122
139
140
+ {{ #unless settings.hideGenerator }}
141
+ <div class =" container tsd-generator" >
142
+ <p >Generated using <a href =" http://typedoc.io" target =" _blank" >TypeDoc</a ></p >
143
+ </div >
144
+ {{ /unless }}
145
+
123
146
<script src =" {{ relativeURL " assets/js/main.js" }} " ></script >
124
147
<script >if (location .protocol == ' file:' ) document .write (' <script src="{{relativeURL "assets/js/search.js"}}"><' + ' /script>' );</script >
125
148
149
+ {{> analytics }}
150
+
126
151
</body >
127
152
</html >
0 commit comments