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 > selectionType | Neon</ title >
7
+ < meta name ="description " content ="Documentation for Neon ">
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.json " 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 "> Neon</ 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 ="../modules/_src_dashboard_documentselector_.html "> "src/Dashboard/DocumentSelector"</ a >
60
+ </ li >
61
+ < li >
62
+ < a href ="_src_dashboard_documentselector_.selectiontype.html "> selectionType</ a >
63
+ </ li >
64
+ </ ul >
65
+ < h1 > Enumeration selectionType</ h1 >
66
+ </ div >
67
+ </ div >
68
+ </ header >
69
+ < div class ="container container-main ">
70
+ < div class ="row ">
71
+ < div class ="col-8 col-content ">
72
+ < section class ="tsd-panel-group tsd-index-group ">
73
+ < h2 > Index</ h2 >
74
+ < section class ="tsd-panel tsd-index-panel ">
75
+ < div class ="tsd-index-content ">
76
+ < section class ="tsd-index-section tsd-is-not-exported ">
77
+ < h3 > Enumeration members</ h3 >
78
+ < ul class ="tsd-index-list ">
79
+ < li class ="tsd-kind-enum-member tsd-parent-kind-enum tsd-is-not-exported "> < a href ="_src_dashboard_documentselector_.selectiontype.html#sample " class ="tsd-kind-icon "> sample</ a > </ li >
80
+ < li class ="tsd-kind-enum-member tsd-parent-kind-enum tsd-is-not-exported "> < a href ="_src_dashboard_documentselector_.selectiontype.html#uploaded " class ="tsd-kind-icon "> uploaded</ a > </ li >
81
+ </ ul >
82
+ </ section >
83
+ </ div >
84
+ </ section >
85
+ </ section >
86
+ < section class ="tsd-panel-group tsd-member-group tsd-is-not-exported ">
87
+ < h2 > Enumeration members</ h2 >
88
+ < section class ="tsd-panel tsd-member tsd-kind-enum-member tsd-parent-kind-enum tsd-is-not-exported ">
89
+ < a name ="sample " class ="tsd-anchor "> </ a >
90
+ < h3 > sample</ h3 >
91
+ < div class ="tsd-signature tsd-kind-icon "> sample< span class ="tsd-signature-symbol "> :</ span > < span class ="tsd-signature-symbol "> = "sample"</ span > </ div >
92
+ < aside class ="tsd-sources ">
93
+ < ul >
94
+ < li > Defined in < a href ="https://github.com/DDMAL/Neon/blob/2db982ab/src/Dashboard/DocumentSelector.ts#L15 "> src/Dashboard/DocumentSelector.ts:15</ a > </ li >
95
+ </ ul >
96
+ </ aside >
97
+ </ section >
98
+ < section class ="tsd-panel tsd-member tsd-kind-enum-member tsd-parent-kind-enum tsd-is-not-exported ">
99
+ < a name ="uploaded " class ="tsd-anchor "> </ a >
100
+ < h3 > uploaded</ h3 >
101
+ < div class ="tsd-signature tsd-kind-icon "> uploaded< span class ="tsd-signature-symbol "> :</ span > < span class ="tsd-signature-symbol "> = "uploaded"</ span > </ div >
102
+ < aside class ="tsd-sources ">
103
+ < ul >
104
+ < li > Defined in < a href ="https://github.com/DDMAL/Neon/blob/2db982ab/src/Dashboard/DocumentSelector.ts#L14 "> src/Dashboard/DocumentSelector.ts:14</ a > </ li >
105
+ </ ul >
106
+ </ aside >
107
+ </ section >
108
+ </ section >
109
+ </ div >
110
+ < div class ="col-4 col-menu menu-sticky-wrap menu-highlight ">
111
+ < nav class ="tsd-navigation primary ">
112
+ < ul >
113
+ < li class ="globals ">
114
+ < a href ="../globals.html "> < em > Globals</ em > </ a >
115
+ </ li >
116
+ < li class ="current tsd-kind-module ">
117
+ < a href ="../modules/_src_dashboard_documentselector_.html "> "src/< wbr > Dashboard/< wbr > Document< wbr > Selector"</ a >
118
+ </ li >
119
+ </ ul >
120
+ </ nav >
121
+ < nav class ="tsd-navigation secondary menu-sticky ">
122
+ < ul class ="before-current ">
123
+ </ ul >
124
+ < ul class ="current ">
125
+ < li class ="current tsd-kind-enum tsd-parent-kind-module tsd-is-not-exported ">
126
+ < a href ="_src_dashboard_documentselector_.selectiontype.html " class ="tsd-kind-icon "> selection< wbr > Type</ a >
127
+ < ul >
128
+ < li class =" tsd-kind-enum-member tsd-parent-kind-enum tsd-is-not-exported ">
129
+ < a href ="_src_dashboard_documentselector_.selectiontype.html#sample " class ="tsd-kind-icon "> sample</ a >
130
+ </ li >
131
+ < li class =" tsd-kind-enum-member tsd-parent-kind-enum tsd-is-not-exported ">
132
+ < a href ="_src_dashboard_documentselector_.selectiontype.html#uploaded " class ="tsd-kind-icon "> uploaded</ a >
133
+ </ li >
134
+ </ ul >
135
+ </ li >
136
+ </ ul >
137
+ < ul class ="after-current ">
138
+ < li class =" tsd-kind-variable tsd-parent-kind-module tsd-is-not-exported ">
139
+ < a href ="../modules/_src_dashboard_documentselector_.html#commandkeyispressed " class ="tsd-kind-icon "> command< wbr > Key< wbr > IsPressed</ a >
140
+ </ li >
141
+ < li class =" tsd-kind-variable tsd-parent-kind-module tsd-is-not-exported ">
142
+ < a href ="../modules/_src_dashboard_documentselector_.html#sampledocscontainer " class ="tsd-kind-icon "> sample< wbr > Docs< wbr > Container</ a >
143
+ </ li >
144
+ < li class =" tsd-kind-variable tsd-parent-kind-module tsd-is-not-exported ">
145
+ < a href ="../modules/_src_dashboard_documentselector_.html#shiftkeyispressed " class ="tsd-kind-icon "> shift< wbr > Key< wbr > IsPressed</ a >
146
+ </ li >
147
+ < li class =" tsd-kind-variable tsd-parent-kind-module tsd-is-not-exported ">
148
+ < a href ="../modules/_src_dashboard_documentselector_.html#uploadeddocscontainer " class ="tsd-kind-icon "> uploaded< wbr > Docs< wbr > Container</ a >
149
+ </ li >
150
+ < li class =" tsd-kind-function tsd-parent-kind-module ">
151
+ < a href ="../modules/_src_dashboard_documentselector_.html#initdocumentselector " class ="tsd-kind-icon "> Init< wbr > Document< wbr > Selector</ a >
152
+ </ li >
153
+ < li class =" tsd-kind-function tsd-parent-kind-module tsd-is-not-exported ">
154
+ < a href ="../modules/_src_dashboard_documentselector_.html#fetchsampledocuments " class ="tsd-kind-icon "> fetch< wbr > Sample< wbr > Documents</ a >
155
+ </ li >
156
+ < li class =" tsd-kind-function tsd-parent-kind-module tsd-is-not-exported ">
157
+ < a href ="../modules/_src_dashboard_documentselector_.html#fetchuploadeddocuments " class ="tsd-kind-icon "> fetch< wbr > Uploaded< wbr > Documents</ a >
158
+ </ li >
159
+ < li class =" tsd-kind-function tsd-parent-kind-module tsd-is-not-exported ">
160
+ < a href ="../modules/_src_dashboard_documentselector_.html#getselection " class ="tsd-kind-icon "> get< wbr > Selection</ a >
161
+ </ li >
162
+ < li class =" tsd-kind-function tsd-parent-kind-module tsd-is-not-exported ">
163
+ < a href ="../modules/_src_dashboard_documentselector_.html#makequery " class ="tsd-kind-icon "> make< wbr > Query</ a >
164
+ </ li >
165
+ < li class =" tsd-kind-function tsd-parent-kind-module tsd-is-not-exported ">
166
+ < a href ="../modules/_src_dashboard_documentselector_.html#openeditortab " class ="tsd-kind-icon "> open< wbr > Editor< wbr > Tab</ a >
167
+ </ li >
168
+ < li class =" tsd-kind-function tsd-parent-kind-module ">
169
+ < a href ="../modules/_src_dashboard_documentselector_.html#updatedocumentselector " class ="tsd-kind-icon "> update< wbr > Document< wbr > Selector</ a >
170
+ </ li >
171
+ </ ul >
172
+ </ nav >
173
+ </ div >
174
+ </ div >
175
+ </ div >
176
+ < footer class ="with-border-bottom ">
177
+ < div class ="container ">
178
+ < h2 > Legend</ h2 >
179
+ < div class ="tsd-legend-group ">
180
+ < ul class ="tsd-legend ">
181
+ < li class ="tsd-kind-object-literal "> < span class ="tsd-kind-icon "> Object literal</ span > </ li >
182
+ < li class ="tsd-kind-variable "> < span class ="tsd-kind-icon "> Variable</ span > </ li >
183
+ < li class ="tsd-kind-function "> < span class ="tsd-kind-icon "> Function</ span > </ li >
184
+ < li class ="tsd-kind-function tsd-has-type-parameter "> < span class ="tsd-kind-icon "> Function with type parameter</ span > </ li >
185
+ < li class ="tsd-kind-type-alias "> < span class ="tsd-kind-icon "> Type alias</ span > </ li >
186
+ </ ul >
187
+ < ul class ="tsd-legend ">
188
+ < li class ="tsd-kind-enum "> < span class ="tsd-kind-icon "> Enumeration</ span > </ li >
189
+ </ ul >
190
+ < ul class ="tsd-legend ">
191
+ < li class ="tsd-kind-interface "> < span class ="tsd-kind-icon "> Interface</ span > </ li >
192
+ </ ul >
193
+ < ul class ="tsd-legend ">
194
+ < li class ="tsd-kind-class "> < span class ="tsd-kind-icon "> Class</ span > </ li >
195
+ </ ul >
196
+ </ div >
197
+ </ div >
198
+ </ footer >
199
+ < div class ="container tsd-generator ">
200
+ < p > Generated using < a href ="https://typedoc.org/ " target ="_blank "> TypeDoc</ a > </ p >
201
+ </ div >
202
+ < div class ="overlay "> </ div >
203
+ < script src ="../assets/js/main.js "> </ script >
204
+ </ body >
205
+ </ html >
0 commit comments