1+ <!doctype html>
2+ < html class ="default no-js ">
3+ < head >
4+ < meta charset ="utf-8 ">
5+ < meta http-equiv ="X-UA-Compatible " content ="IE=edge ">
6+ < title > "variables" | typedoc</ title >
7+ < meta name ="description " content ="">
8+ < meta name ="viewport " content ="width=device-width, initial-scale=1 ">
9+ < link rel ="stylesheet " href ="../assets/css/main.css ">
10+ </ head >
11+ < body >
12+ < header >
13+ < div class ="tsd-page-toolbar ">
14+ < div class ="container ">
15+ < div class ="table-wrap ">
16+ < div class ="table-cell " id ="tsd-search " data-index ="../assets/js/search.js " data-base =".. ">
17+ < div class ="field ">
18+ < label for ="tsd-search-field " class ="tsd-widget search no-caption "> Search</ label >
19+ < input id ="tsd-search-field " type ="text " />
20+ </ div >
21+ < ul class ="results ">
22+ < li class ="state loading "> Preparing search index...</ li >
23+ < li class ="state failure "> The search index is not available</ li >
24+ </ ul >
25+ < a href ="../index.html " class ="title "> typedoc</ a >
26+ </ div >
27+ < div class ="table-cell " id ="tsd-widgets ">
28+ < div id ="tsd-filter ">
29+ < a href ="# " class ="tsd-widget options no-caption " data-toggle ="options "> Options</ a >
30+ < div class ="tsd-filter-group ">
31+ < div class ="tsd-select " id ="tsd-filter-visibility ">
32+ < span class ="tsd-select-label "> All</ span >
33+ < ul class ="tsd-select-list ">
34+ < li data-value ="public "> Public</ li >
35+ < li data-value ="protected "> Public/Protected</ li >
36+ < li data-value ="private " class ="selected "> All</ li >
37+ </ ul >
38+ </ div >
39+ < input type ="checkbox " id ="tsd-filter-inherited " checked />
40+ < label class ="tsd-widget " for ="tsd-filter-inherited "> Inherited</ label >
41+ < input type ="checkbox " id ="tsd-filter-externals " checked />
42+ < label class ="tsd-widget " for ="tsd-filter-externals "> Externals</ label >
43+ < input type ="checkbox " id ="tsd-filter-only-exported " />
44+ < label class ="tsd-widget " for ="tsd-filter-only-exported "> Only exported</ label >
45+ </ div >
46+ </ div >
47+ < a href ="# " class ="tsd-widget menu no-caption " data-toggle ="menu "> Menu</ a >
48+ </ div >
49+ </ div >
50+ </ div >
51+ </ div >
52+ < div class ="tsd-page-title ">
53+ < div class ="container ">
54+ < ul class ="tsd-breadcrumb ">
55+ < li >
56+ < a href ="../globals.html "> Globals</ a >
57+ </ li >
58+ < li >
59+ < a href ="_variables_.html "> "variables"</ a >
60+ </ li >
61+ </ ul >
62+ < h1 > External module "variables"</ h1 >
63+ </ div >
64+ </ div >
65+ </ header >
66+ < div class ="container container-main ">
67+ < div class ="row ">
68+ < div class ="col-8 col-content ">
69+ < section class ="tsd-panel-group tsd-index-group ">
70+ < h2 > Index</ h2 >
71+ < section class ="tsd-panel tsd-index-panel ">
72+ < div class ="tsd-index-content ">
73+ < section class ="tsd-index-section ">
74+ < h3 > Variables</ h3 >
75+ < ul class ="tsd-index-list ">
76+ < li class ="tsd-kind-variable tsd-parent-kind-external-module "> < a href ="_variables_.html#constvariable " class ="tsd-kind-icon "> const< wbr > Variable</ a > </ li >
77+ < li class ="tsd-kind-variable tsd-parent-kind-external-module "> < a href ="_variables_.html#letvariable " class ="tsd-kind-icon "> let< wbr > Variable</ a > </ li >
78+ < li class ="tsd-kind-variable tsd-parent-kind-external-module "> < a href ="_variables_.html#varvariable " class ="tsd-kind-icon "> var< wbr > Variable</ a > </ li >
79+ </ ul >
80+ </ section >
81+ </ div >
82+ </ section >
83+ </ section >
84+ < section class ="tsd-panel-group tsd-member-group ">
85+ < h2 > Variables</ h2 >
86+ < section class ="tsd-panel tsd-member tsd-kind-variable tsd-parent-kind-external-module ">
87+ < a name ="constvariable " class ="tsd-anchor "> </ a >
88+ < h3 > < span class ="tsd-flag ts-flagConst "> Const</ span > const< wbr > Variable</ h3 >
89+ < div class ="tsd-signature tsd-kind-icon "> const< wbr > Variable< span class ="tsd-signature-symbol "> :</ span > < span class ="tsd-signature-type "> "const"</ span > < span class ="tsd-signature-symbol "> = "const"</ span > </ div >
90+ < aside class ="tsd-sources ">
91+ < ul >
92+ < li > Defined in < a href ="https://github.com/sebastian-lenz/typedoc/blob/master/examples/basic/src/variables.ts#L4 "> variables.ts:4</ a > </ li >
93+ </ ul >
94+ </ aside >
95+ < div class ="tsd-comment tsd-typography ">
96+ < div class ="lead ">
97+ < p > A const variable</ p >
98+ </ div >
99+ </ div >
100+ </ section >
101+ < section class ="tsd-panel tsd-member tsd-kind-variable tsd-parent-kind-external-module ">
102+ < a name ="letvariable " class ="tsd-anchor "> </ a >
103+ < h3 > < span class ="tsd-flag ts-flagLet "> Let</ span > let< wbr > Variable</ h3 >
104+ < div class ="tsd-signature tsd-kind-icon "> let< wbr > Variable< span class ="tsd-signature-symbol "> :</ span > < span class ="tsd-signature-type "> string</ span > < span class ="tsd-signature-symbol "> = "let"</ span > </ div >
105+ < aside class ="tsd-sources ">
106+ < ul >
107+ < li > Defined in < a href ="https://github.com/sebastian-lenz/typedoc/blob/master/examples/basic/src/variables.ts#L9 "> variables.ts:9</ a > </ li >
108+ </ ul >
109+ </ aside >
110+ < div class ="tsd-comment tsd-typography ">
111+ < div class ="lead ">
112+ < p > A let variable</ p >
113+ </ div >
114+ </ div >
115+ </ section >
116+ < section class ="tsd-panel tsd-member tsd-kind-variable tsd-parent-kind-external-module ">
117+ < a name ="varvariable " class ="tsd-anchor "> </ a >
118+ < h3 > var< wbr > Variable</ h3 >
119+ < div class ="tsd-signature tsd-kind-icon "> var< wbr > Variable< span class ="tsd-signature-symbol "> :</ span > < span class ="tsd-signature-type "> string</ span > < span class ="tsd-signature-symbol "> = "var"</ span > </ div >
120+ < aside class ="tsd-sources ">
121+ < ul >
122+ < li > Defined in < a href ="https://github.com/sebastian-lenz/typedoc/blob/master/examples/basic/src/variables.ts#L14 "> variables.ts:14</ a > </ li >
123+ </ ul >
124+ </ aside >
125+ < div class ="tsd-comment tsd-typography ">
126+ < div class ="lead ">
127+ < p > A var variable</ p >
128+ </ div >
129+ </ div >
130+ </ section >
131+ </ section >
132+ </ div >
133+ < div class ="col-4 col-menu menu-sticky-wrap menu-highlight ">
134+ < nav class ="tsd-navigation primary ">
135+ < ul >
136+ < li class ="globals ">
137+ < a href ="../globals.html "> < em > Globals</ em > </ a >
138+ </ li >
139+ < li class =" tsd-kind-external-module ">
140+ < a href ="_access_.html "> "access"</ a >
141+ </ li >
142+ < li class =" tsd-kind-external-module ">
143+ < a href ="_classes_.html "> "classes"</ a >
144+ </ li >
145+ < li class =" tsd-kind-external-module ">
146+ < a href ="_default_export_.html "> "default-< wbr > export"</ a >
147+ </ li >
148+ < li class =" tsd-kind-external-module ">
149+ < a href ="_enumerations_.html "> "enumerations"</ a >
150+ </ li >
151+ < li class =" tsd-kind-external-module ">
152+ < a href ="_flattened_.html "> "flattened"</ a >
153+ </ li >
154+ < li class =" tsd-kind-external-module ">
155+ < a href ="_functions_.html "> "functions"</ a >
156+ </ li >
157+ < li class =" tsd-kind-external-module ">
158+ < a href ="_generics_.html "> "generics"</ a >
159+ </ li >
160+ < li class =" tsd-kind-external-module ">
161+ < a href ="_modules_.html "> "modules"</ a >
162+ </ li >
163+ < li class =" tsd-kind-external-module ">
164+ < a href ="_single_export_.html "> "single-< wbr > export"</ a >
165+ </ li >
166+ < li class =" tsd-kind-external-module ">
167+ < a href ="_typescript_1_3_.html "> "typescript-< wbr > 1.3"</ a >
168+ </ li >
169+ < li class =" tsd-kind-external-module ">
170+ < a href ="_typescript_1_4_.html "> "typescript-< wbr > 1.4"</ a >
171+ </ li >
172+ < li class =" tsd-kind-external-module ">
173+ < a href ="_typescript_1_5_.html "> "typescript-< wbr > 1.5"</ a >
174+ </ li >
175+ < li class ="current tsd-kind-external-module ">
176+ < a href ="_variables_.html "> "variables"</ a >
177+ </ li >
178+ </ ul >
179+ </ nav >
180+ < nav class ="tsd-navigation secondary menu-sticky ">
181+ < ul class ="before-current ">
182+ < li class =" tsd-kind-variable tsd-parent-kind-external-module ">
183+ < a href ="_variables_.html#constvariable " class ="tsd-kind-icon "> const< wbr > Variable</ a >
184+ </ li >
185+ < li class =" tsd-kind-variable tsd-parent-kind-external-module ">
186+ < a href ="_variables_.html#letvariable " class ="tsd-kind-icon "> let< wbr > Variable</ a >
187+ </ li >
188+ < li class =" tsd-kind-variable tsd-parent-kind-external-module ">
189+ < a href ="_variables_.html#varvariable " class ="tsd-kind-icon "> var< wbr > Variable</ a >
190+ </ li >
191+ </ ul >
192+ </ nav >
193+ </ div >
194+ </ div >
195+ </ div >
196+ < footer class ="with-border-bottom ">
197+ < div class ="container ">
198+ < h2 > Legend</ h2 >
199+ < div class ="tsd-legend-group ">
200+ < ul class ="tsd-legend ">
201+ < li class ="tsd-kind-module "> < span class ="tsd-kind-icon "> Module</ span > </ li >
202+ < li class ="tsd-kind-object-literal "> < span class ="tsd-kind-icon "> Object literal</ span > </ li >
203+ < li class ="tsd-kind-variable "> < span class ="tsd-kind-icon "> Variable</ span > </ li >
204+ < li class ="tsd-kind-function "> < span class ="tsd-kind-icon "> Function</ span > </ li >
205+ < li class ="tsd-kind-function tsd-has-type-parameter "> < span class ="tsd-kind-icon "> Function with type parameter</ span > </ li >
206+ < li class ="tsd-kind-index-signature "> < span class ="tsd-kind-icon "> Index signature</ span > </ li >
207+ < li class ="tsd-kind-type-alias "> < span class ="tsd-kind-icon "> Type alias</ span > </ li >
208+ </ ul >
209+ < ul class ="tsd-legend ">
210+ < li class ="tsd-kind-enum "> < span class ="tsd-kind-icon "> Enumeration</ span > </ li >
211+ < li class ="tsd-kind-enum-member "> < span class ="tsd-kind-icon "> Enumeration member</ span > </ li >
212+ < li class ="tsd-kind-property tsd-parent-kind-enum "> < span class ="tsd-kind-icon "> Property</ span > </ li >
213+ < li class ="tsd-kind-method tsd-parent-kind-enum "> < span class ="tsd-kind-icon "> Method</ span > </ li >
214+ </ ul >
215+ < ul class ="tsd-legend ">
216+ < li class ="tsd-kind-interface "> < span class ="tsd-kind-icon "> Interface</ span > </ li >
217+ < li class ="tsd-kind-interface tsd-has-type-parameter "> < span class ="tsd-kind-icon "> Interface with type parameter</ span > </ li >
218+ < li class ="tsd-kind-constructor tsd-parent-kind-interface "> < span class ="tsd-kind-icon "> Constructor</ span > </ li >
219+ < li class ="tsd-kind-property tsd-parent-kind-interface "> < span class ="tsd-kind-icon "> Property</ span > </ li >
220+ < li class ="tsd-kind-method tsd-parent-kind-interface "> < span class ="tsd-kind-icon "> Method</ span > </ li >
221+ < li class ="tsd-kind-index-signature tsd-parent-kind-interface "> < span class ="tsd-kind-icon "> Index signature</ span > </ li >
222+ </ ul >
223+ < ul class ="tsd-legend ">
224+ < li class ="tsd-kind-class "> < span class ="tsd-kind-icon "> Class</ span > </ li >
225+ < li class ="tsd-kind-class tsd-has-type-parameter "> < span class ="tsd-kind-icon "> Class with type parameter</ span > </ li >
226+ < li class ="tsd-kind-constructor tsd-parent-kind-class "> < span class ="tsd-kind-icon "> Constructor</ span > </ li >
227+ < li class ="tsd-kind-property tsd-parent-kind-class "> < span class ="tsd-kind-icon "> Property</ span > </ li >
228+ < li class ="tsd-kind-method tsd-parent-kind-class "> < span class ="tsd-kind-icon "> Method</ span > </ li >
229+ < li class ="tsd-kind-accessor tsd-parent-kind-class "> < span class ="tsd-kind-icon "> Accessor</ span > </ li >
230+ < li class ="tsd-kind-index-signature tsd-parent-kind-class "> < span class ="tsd-kind-icon "> Index signature</ span > </ li >
231+ </ ul >
232+ < ul class ="tsd-legend ">
233+ < li class ="tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited "> < span class ="tsd-kind-icon "> Inherited constructor</ span > </ li >
234+ < li class ="tsd-kind-property tsd-parent-kind-class tsd-is-inherited "> < span class ="tsd-kind-icon "> Inherited property</ span > </ li >
235+ < li class ="tsd-kind-method tsd-parent-kind-class tsd-is-inherited "> < span class ="tsd-kind-icon "> Inherited method</ span > </ li >
236+ < li class ="tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited "> < span class ="tsd-kind-icon "> Inherited accessor</ span > </ li >
237+ </ ul >
238+ < ul class ="tsd-legend ">
239+ < li class ="tsd-kind-property tsd-parent-kind-class tsd-is-protected "> < span class ="tsd-kind-icon "> Protected property</ span > </ li >
240+ < li class ="tsd-kind-method tsd-parent-kind-class tsd-is-protected "> < span class ="tsd-kind-icon "> Protected method</ span > </ li >
241+ < li class ="tsd-kind-accessor tsd-parent-kind-class tsd-is-protected "> < span class ="tsd-kind-icon "> Protected accessor</ span > </ li >
242+ </ ul >
243+ < ul class ="tsd-legend ">
244+ < li class ="tsd-kind-property tsd-parent-kind-class tsd-is-private "> < span class ="tsd-kind-icon "> Private property</ span > </ li >
245+ < li class ="tsd-kind-method tsd-parent-kind-class tsd-is-private "> < span class ="tsd-kind-icon "> Private method</ span > </ li >
246+ < li class ="tsd-kind-accessor tsd-parent-kind-class tsd-is-private "> < span class ="tsd-kind-icon "> Private accessor</ span > </ li >
247+ </ ul >
248+ < ul class ="tsd-legend ">
249+ < li class ="tsd-kind-property tsd-parent-kind-class tsd-is-static "> < span class ="tsd-kind-icon "> Static property</ span > </ li >
250+ < li class ="tsd-kind-call-signature tsd-parent-kind-class tsd-is-static "> < span class ="tsd-kind-icon "> Static method</ span > </ li >
251+ </ ul >
252+ </ div >
253+ </ div >
254+ </ footer >
255+ < div class ="container tsd-generator ">
256+ < p > Generated using < a href ="http://typedoc.org/ " target ="_blank "> TypeDoc</ a > </ p >
257+ </ div >
258+ < div class ="overlay "> </ div >
259+ < script src ="../assets/js/main.js "> </ script >
260+ < script > if ( location . protocol == 'file:' ) document . write ( '<script src="../assets/js/search.js"><' + '/script>' ) ; </ script >
261+ </ body >
262+ </ html >
0 commit comments