@realsee/five 5.0.0-alpha.71 → 5.0.0-alpha.72
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/docs/.nojekyll +1 -0
- package/docs/assets/highlight.css +134 -0
- package/docs/assets/icons.css +1043 -0
- package/docs/assets/{images/icons.png → icons.png} +0 -0
- package/docs/assets/{images/icons@2x.png → icons@2x.png} +0 -0
- package/docs/assets/main.js +52 -0
- package/docs/assets/search.js +1 -0
- package/docs/assets/style.css +1388 -0
- package/docs/assets/{images/widgets.png → widgets.png} +0 -0
- package/docs/assets/{images/widgets@2x.png → widgets@2x.png} +0 -0
- package/docs/classes/five.AnimationFrameLoop.html +22 -522
- package/docs/classes/five.BVH.html +10 -488
- package/docs/classes/five.BVHNode.html +8 -468
- package/docs/classes/five.BVHVector3.html +1 -525
- package/docs/classes/five.Camera.html +11 -323
- package/docs/classes/five.Five.html +269 -2938
- package/docs/classes/five.InternalWebGLRenderer.html +1 -212
- package/docs/classes/five.Model.html +76 -1011
- package/docs/classes/five.NetworkSubscribe.html +50 -564
- package/docs/classes/five.PBMContainer.html +17 -428
- package/docs/classes/five.PBMGroup.html +19 -430
- package/docs/classes/five.PBMMaterial.html +15 -367
- package/docs/classes/five.PBMMesh.html +7 -254
- package/docs/classes/five.Scene.html +3 -263
- package/docs/classes/five.Subscribe.html +55 -599
- package/docs/classes/five.Work.html +1 -348
- package/docs/classes/gltf_loader.GLTFLoader.html +16 -411
- package/docs/classes/gltf_loader.GLTFObject.html +7 -287
- package/docs/classes/line.Line.html +1 -384
- package/docs/classes/line.LineGeometry.html +1 -530
- package/docs/classes/line.LineMaterial.html +1 -306
- package/docs/classes/line.LineSegmentsGeometry.html +1 -477
- package/docs/classes/line.THREE_Line2.html +1 -280
- package/docs/classes/line.THREE_LineSegments2.html +1 -282
- package/docs/classes/react.Store.html +28 -621
- package/docs/classes/server.BVH.html +10 -587
- package/docs/classes/server.BVHNode.html +8 -567
- package/docs/classes/server.BVHVector3.html +1 -624
- package/docs/classes/server.Model.html +62 -840
- package/docs/classes/server.PBMGroup.html +9 -384
- package/docs/classes/server.PBMMesh.html +7 -353
- package/docs/classes/sticker.Sticker.html +31 -470
- package/docs/index.html +166 -458
- package/docs/interfaces/five.AddableObject.html +1 -234
- package/docs/interfaces/five.AnimationFrame.html +1 -243
- package/docs/interfaces/five.BVHIntersect.html +1 -204
- package/docs/interfaces/five.CameraPose.html +1 -232
- package/docs/interfaces/five.DepthPanoramaControllerCustomInitArgs.html +28 -438
- package/docs/interfaces/five.EventCallback.html +370 -2644
- package/docs/interfaces/five.FiveInitArgs.html +93 -723
- package/docs/interfaces/five.FloorplanControllerCustomInitArgs.html +15 -295
- package/docs/interfaces/five.ImageOptions.html +16 -277
- package/docs/interfaces/five.ImageURLOptions.html +1 -260
- package/docs/interfaces/five.IntersectMeshInterface.html +1 -188
- package/docs/interfaces/five.Intersection.html +7 -227
- package/docs/interfaces/five.ModelControllerCustomInitArgs.html +20 -366
- package/docs/interfaces/five.ModelEventCallback.html +22 -367
- package/docs/interfaces/five.MovePanoOptions.html +39 -456
- package/docs/interfaces/five.PBMPanoPicture.html +7 -219
- package/docs/interfaces/five.PBMParameters.html +15 -303
- package/docs/interfaces/five.PanoCircleMeshInterface.html +5 -426
- package/docs/interfaces/five.PanoramaControllerCustomInitArgs.html +28 -452
- package/docs/interfaces/five.PanoramaLikeControllerCustomInitArgs.html +20 -365
- package/docs/interfaces/five.Pose.html +35 -270
- package/docs/interfaces/five.Scissor.html +14 -252
- package/docs/interfaces/five.State.html +16 -297
- package/docs/interfaces/five.SubscribeMixinType.emit.html +1 -180
- package/docs/interfaces/five.SubscribeMixinType.hasListener.html +1 -171
- package/docs/interfaces/five.SubscribeMixinType.off.html +1 -198
- package/docs/interfaces/five.SubscribeMixinType.on.html +1 -213
- package/docs/interfaces/five.SubscribeMixinType.once.html +1 -210
- package/docs/interfaces/five.TextureOptions.html +18 -296
- package/docs/interfaces/five.TopviewControllerCustomInitArgs.html +7 -226
- package/docs/interfaces/five.VRPanoramaControllerCustomInitArgs.html +27 -439
- package/docs/interfaces/five.WorkCubeImage.html +1 -251
- package/docs/interfaces/five.WorkImage.html +3 -306
- package/docs/interfaces/five.WorkInitial.html +13 -273
- package/docs/interfaces/five.WorkModel.html +3 -239
- package/docs/interfaces/five.WorkObserver.html +3 -323
- package/docs/interfaces/five.WorkTile.html +1 -274
- package/docs/interfaces/five.WorkVideo.html +3 -211
- package/docs/interfaces/gltf_loader.GLTF.html +7 -304
- package/docs/interfaces/react.FiveActionReactCallbacks.html +61 -585
- package/docs/interfaces/react.FiveInjectionTypes.html +154 -1645
- package/docs/interfaces/react.PropTypeOfFiveFeatures.html +1 -286
- package/docs/interfaces/server.BVHIntersect.html +1 -303
- package/docs/interfaces/server.Intersection.html +7 -326
- package/docs/interfaces/server.ModelEventCallback.html +18 -427
- package/docs/interfaces/sticker.IntersectionLike.html +8 -223
- package/docs/modules/five.SubscribeMixinType.html +1 -143
- package/docs/modules/five.html +442 -3044
- package/docs/modules/gltf_loader.html +1 -155
- package/docs/modules/line.html +1 -210
- package/docs/modules/react.html +130 -1607
- package/docs/modules/server.html +18 -560
- package/docs/modules/sticker.html +1 -151
- package/docs/modules.html +1 -136
- package/five/index.js +5 -5
- package/gltf-loader/index.js +2 -2
- package/line/index.js +2 -2
- package/package.json +1 -1
- package/react/index.js +2 -2
- package/server/index.js +3 -3
- package/sticker/index.js +2 -2
- package/umd/five.js +1 -1
- package/docs/assets/css/main.css +0 -2660
- package/docs/assets/js/main.js +0 -248
- package/docs/assets/js/search.js +0 -1
|
@@ -1,427 +1,18 @@
|
|
|
1
|
-
<!
|
|
2
|
-
<
|
|
3
|
-
<
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
<
|
|
13
|
-
<
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
<label for="tsd-search-field" class="tsd-widget search no-caption">Search</label>
|
|
20
|
-
<input id="tsd-search-field" type="text" />
|
|
21
|
-
</div>
|
|
22
|
-
<ul class="results">
|
|
23
|
-
<li class="state loading">Preparing search index...</li>
|
|
24
|
-
<li class="state failure">The search index is not available</li>
|
|
25
|
-
</ul>
|
|
26
|
-
<a href="../index.html" class="title">如视 Five SDK - v5.0.0-alpha.71</a>
|
|
27
|
-
</div>
|
|
28
|
-
<div class="table-cell" id="tsd-widgets">
|
|
29
|
-
<div id="tsd-filter">
|
|
30
|
-
<a href="#" class="tsd-widget options no-caption" data-toggle="options">Options</a>
|
|
31
|
-
<div class="tsd-filter-group">
|
|
32
|
-
<div class="tsd-select" id="tsd-filter-visibility">
|
|
33
|
-
<span class="tsd-select-label">All</span>
|
|
34
|
-
<ul class="tsd-select-list">
|
|
35
|
-
<li data-value="public">Public</li>
|
|
36
|
-
<li data-value="protected">Public/Protected</li>
|
|
37
|
-
<li data-value="private" class="selected">All</li>
|
|
38
|
-
</ul>
|
|
39
|
-
</div>
|
|
40
|
-
<input type="checkbox" id="tsd-filter-inherited" checked />
|
|
41
|
-
<label class="tsd-widget" for="tsd-filter-inherited">Inherited</label>
|
|
42
|
-
</div>
|
|
43
|
-
</div>
|
|
44
|
-
<a href="#" class="tsd-widget menu no-caption" data-toggle="menu">Menu</a>
|
|
45
|
-
</div>
|
|
46
|
-
</div>
|
|
47
|
-
</div>
|
|
48
|
-
</div>
|
|
49
|
-
<div class="tsd-page-title">
|
|
50
|
-
<div class="container">
|
|
51
|
-
<ul class="tsd-breadcrumb">
|
|
52
|
-
<li>
|
|
53
|
-
<a href="../modules.html">如视 Five SDK - v5.0.0-alpha.71</a>
|
|
54
|
-
</li>
|
|
55
|
-
<li>
|
|
56
|
-
<a href="../modules/server.html">server</a>
|
|
57
|
-
</li>
|
|
58
|
-
<li>
|
|
59
|
-
<a href="server.ModelEventCallback.html">ModelEventCallback</a>
|
|
60
|
-
</li>
|
|
61
|
-
</ul>
|
|
62
|
-
<h1>Interface ModelEventCallback</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 tsd-comment">
|
|
70
|
-
<div class="tsd-comment tsd-typography">
|
|
71
|
-
<div class="lead">
|
|
72
|
-
<p>Five 模型事件列表</p>
|
|
73
|
-
</div>
|
|
74
|
-
<dl class="tsd-comment-tags">
|
|
75
|
-
<dt>description</dt>
|
|
76
|
-
<dd><p>可以通过 <code>five.model.on(METHOD_NAME, METHOD)</code> 调用</p>
|
|
77
|
-
</dd>
|
|
78
|
-
</dl>
|
|
79
|
-
</div>
|
|
80
|
-
</section>
|
|
81
|
-
<section class="tsd-panel tsd-hierarchy">
|
|
82
|
-
<h3>Hierarchy</h3>
|
|
83
|
-
<ul class="tsd-hierarchy">
|
|
84
|
-
<li>
|
|
85
|
-
<a href="../modules/server.html#ModelEventType" class="tsd-signature-type" data-tsd-kind="Type alias">ModelEventType</a>
|
|
86
|
-
<ul class="tsd-hierarchy">
|
|
87
|
-
<li>
|
|
88
|
-
<span class="target">ModelEventCallback</span>
|
|
89
|
-
</li>
|
|
90
|
-
</ul>
|
|
91
|
-
</li>
|
|
92
|
-
</ul>
|
|
93
|
-
</section>
|
|
94
|
-
<section class="tsd-panel-group tsd-index-group">
|
|
95
|
-
<h2>Index</h2>
|
|
96
|
-
<section class="tsd-panel tsd-index-panel">
|
|
97
|
-
<div class="tsd-index-content">
|
|
98
|
-
<section class="tsd-index-section tsd-is-inherited">
|
|
99
|
-
<h3>Methods</h3>
|
|
100
|
-
<ul class="tsd-index-list">
|
|
101
|
-
<li class="tsd-kind-method tsd-parent-kind-interface tsd-is-inherited"><a href="server.ModelEventCallback.html#bvhLoaded" class="tsd-kind-icon">bvh<wbr>Loaded</a></li>
|
|
102
|
-
<li class="tsd-kind-method tsd-parent-kind-interface tsd-is-inherited"><a href="server.ModelEventCallback.html#error" class="tsd-kind-icon">error</a></li>
|
|
103
|
-
<li class="tsd-kind-method tsd-parent-kind-interface tsd-is-inherited"><a href="server.ModelEventCallback.html#geometryLoaded" class="tsd-kind-icon">geometry<wbr>Loaded</a></li>
|
|
104
|
-
<li class="tsd-kind-method tsd-parent-kind-interface tsd-is-inherited"><a href="server.ModelEventCallback.html#loaded" class="tsd-kind-icon">loaded</a></li>
|
|
105
|
-
<li class="tsd-kind-method tsd-parent-kind-interface tsd-is-inherited"><a href="server.ModelEventCallback.html#materialLoaded" class="tsd-kind-icon">material<wbr>Loaded</a></li>
|
|
106
|
-
</ul>
|
|
107
|
-
</section>
|
|
108
|
-
</div>
|
|
109
|
-
</section>
|
|
110
|
-
</section>
|
|
111
|
-
<section class="tsd-panel-group tsd-member-group tsd-is-inherited">
|
|
112
|
-
<h2>Methods</h2>
|
|
113
|
-
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-interface tsd-is-inherited">
|
|
114
|
-
<a name="bvhLoaded" class="tsd-anchor"></a>
|
|
115
|
-
<h3>bvh<wbr>Loaded</h3>
|
|
116
|
-
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-interface tsd-is-inherited">
|
|
117
|
-
<li class="tsd-signature tsd-kind-icon">bvh<wbr>Loaded<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span></li>
|
|
118
|
-
</ul>
|
|
119
|
-
<ul class="tsd-descriptions">
|
|
120
|
-
<li class="tsd-description">
|
|
121
|
-
<aside class="tsd-sources">
|
|
122
|
-
<p>Inherited from EventType.bvhLoaded</p>
|
|
123
|
-
<ul>
|
|
124
|
-
<li>Defined in lib/five/server/model/index.ts:57</li>
|
|
125
|
-
</ul>
|
|
126
|
-
</aside>
|
|
127
|
-
<div class="tsd-comment tsd-typography">
|
|
128
|
-
<div class="lead">
|
|
129
|
-
<p>模型 bvh树 计算完成</p>
|
|
130
|
-
</div>
|
|
131
|
-
<dl class="tsd-comment-tags">
|
|
132
|
-
<dt>description</dt>
|
|
133
|
-
<dd><p>bvh 树用于高效的碰撞检测,可以在 <code>model.bvh</code> 属性来设置是否开启。默认开启。
|
|
134
|
-
bvh 树计算需要一定事件,可能会暂时影响一些性能。计算完毕后,会对碰撞检测带来质的提升。</p>
|
|
135
|
-
</dd>
|
|
136
|
-
</dl>
|
|
137
|
-
</div>
|
|
138
|
-
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
|
|
139
|
-
</li>
|
|
140
|
-
</ul>
|
|
141
|
-
</section>
|
|
142
|
-
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-interface tsd-is-inherited">
|
|
143
|
-
<a name="error" class="tsd-anchor"></a>
|
|
144
|
-
<h3>error</h3>
|
|
145
|
-
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-interface tsd-is-inherited">
|
|
146
|
-
<li class="tsd-signature tsd-kind-icon">error<span class="tsd-signature-symbol">(</span>error<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Error</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span></li>
|
|
147
|
-
</ul>
|
|
148
|
-
<ul class="tsd-descriptions">
|
|
149
|
-
<li class="tsd-description">
|
|
150
|
-
<aside class="tsd-sources">
|
|
151
|
-
<p>Inherited from EventType.error</p>
|
|
152
|
-
<ul>
|
|
153
|
-
<li>Defined in lib/five/server/model/index.ts:68</li>
|
|
154
|
-
</ul>
|
|
155
|
-
</aside>
|
|
156
|
-
<div class="tsd-comment tsd-typography">
|
|
157
|
-
<div class="lead">
|
|
158
|
-
<p>内部错误</p>
|
|
159
|
-
</div>
|
|
160
|
-
</div>
|
|
161
|
-
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
162
|
-
<ul class="tsd-parameters">
|
|
163
|
-
<li>
|
|
164
|
-
<h5>error: <span class="tsd-signature-type">Error</span></h5>
|
|
165
|
-
<div class="tsd-comment tsd-typography">
|
|
166
|
-
<p>错误对象</p>
|
|
167
|
-
</div>
|
|
168
|
-
</li>
|
|
169
|
-
</ul>
|
|
170
|
-
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
|
|
171
|
-
</li>
|
|
172
|
-
</ul>
|
|
173
|
-
</section>
|
|
174
|
-
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-interface tsd-is-inherited">
|
|
175
|
-
<a name="geometryLoaded" class="tsd-anchor"></a>
|
|
176
|
-
<h3>geometry<wbr>Loaded</h3>
|
|
177
|
-
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-interface tsd-is-inherited">
|
|
178
|
-
<li class="tsd-signature tsd-kind-icon">geometry<wbr>Loaded<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span></li>
|
|
179
|
-
</ul>
|
|
180
|
-
<ul class="tsd-descriptions">
|
|
181
|
-
<li class="tsd-description">
|
|
182
|
-
<aside class="tsd-sources">
|
|
183
|
-
<p>Inherited from EventType.geometryLoaded</p>
|
|
184
|
-
<ul>
|
|
185
|
-
<li>Defined in lib/five/server/model/index.ts:59</li>
|
|
186
|
-
</ul>
|
|
187
|
-
</aside>
|
|
188
|
-
<div class="tsd-comment tsd-typography">
|
|
189
|
-
<div class="lead">
|
|
190
|
-
<p>模型三角面片结构加载完成</p>
|
|
191
|
-
</div>
|
|
192
|
-
</div>
|
|
193
|
-
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
|
|
194
|
-
</li>
|
|
195
|
-
</ul>
|
|
196
|
-
</section>
|
|
197
|
-
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-interface tsd-is-inherited">
|
|
198
|
-
<a name="loaded" class="tsd-anchor"></a>
|
|
199
|
-
<h3>loaded</h3>
|
|
200
|
-
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-interface tsd-is-inherited">
|
|
201
|
-
<li class="tsd-signature tsd-kind-icon">loaded<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span></li>
|
|
202
|
-
</ul>
|
|
203
|
-
<ul class="tsd-descriptions">
|
|
204
|
-
<li class="tsd-description">
|
|
205
|
-
<aside class="tsd-sources">
|
|
206
|
-
<p>Inherited from EventType.loaded</p>
|
|
207
|
-
<ul>
|
|
208
|
-
<li>Defined in lib/five/server/model/index.ts:63</li>
|
|
209
|
-
</ul>
|
|
210
|
-
</aside>
|
|
211
|
-
<div class="tsd-comment tsd-typography">
|
|
212
|
-
<div class="lead">
|
|
213
|
-
<p>模型加载完成</p>
|
|
214
|
-
</div>
|
|
215
|
-
</div>
|
|
216
|
-
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
|
|
217
|
-
</li>
|
|
218
|
-
</ul>
|
|
219
|
-
</section>
|
|
220
|
-
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-interface tsd-is-inherited">
|
|
221
|
-
<a name="materialLoaded" class="tsd-anchor"></a>
|
|
222
|
-
<h3>material<wbr>Loaded</h3>
|
|
223
|
-
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-interface tsd-is-inherited">
|
|
224
|
-
<li class="tsd-signature tsd-kind-icon">material<wbr>Loaded<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span></li>
|
|
225
|
-
</ul>
|
|
226
|
-
<ul class="tsd-descriptions">
|
|
227
|
-
<li class="tsd-description">
|
|
228
|
-
<aside class="tsd-sources">
|
|
229
|
-
<p>Inherited from EventType.materialLoaded</p>
|
|
230
|
-
<ul>
|
|
231
|
-
<li>Defined in lib/five/server/model/index.ts:61</li>
|
|
232
|
-
</ul>
|
|
233
|
-
</aside>
|
|
234
|
-
<div class="tsd-comment tsd-typography">
|
|
235
|
-
<div class="lead">
|
|
236
|
-
<p>模型材质结构加载完成</p>
|
|
237
|
-
</div>
|
|
238
|
-
</div>
|
|
239
|
-
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
|
|
240
|
-
</li>
|
|
241
|
-
</ul>
|
|
242
|
-
</section>
|
|
243
|
-
</section>
|
|
244
|
-
</div>
|
|
245
|
-
<div class="col-4 col-menu menu-sticky-wrap menu-highlight">
|
|
246
|
-
<nav class="tsd-navigation primary">
|
|
247
|
-
<ul>
|
|
248
|
-
<li class=" ">
|
|
249
|
-
<a href="../modules.html">Modules</a>
|
|
250
|
-
</li>
|
|
251
|
-
<li class=" tsd-kind-module">
|
|
252
|
-
<a href="../modules/five.html">five</a>
|
|
253
|
-
</li>
|
|
254
|
-
<li class=" tsd-kind-module">
|
|
255
|
-
<a href="../modules/gltf_loader.html">gltf-<wbr>loader</a>
|
|
256
|
-
</li>
|
|
257
|
-
<li class=" tsd-kind-module">
|
|
258
|
-
<a href="../modules/line.html">line</a>
|
|
259
|
-
</li>
|
|
260
|
-
<li class=" tsd-kind-module">
|
|
261
|
-
<a href="../modules/react.html">react</a>
|
|
262
|
-
</li>
|
|
263
|
-
<li class="current tsd-kind-module">
|
|
264
|
-
<a href="../modules/server.html">server</a>
|
|
265
|
-
</li>
|
|
266
|
-
<li class=" tsd-kind-module">
|
|
267
|
-
<a href="../modules/sticker.html">sticker</a>
|
|
268
|
-
</li>
|
|
269
|
-
</ul>
|
|
270
|
-
</nav>
|
|
271
|
-
<nav class="tsd-navigation secondary menu-sticky">
|
|
272
|
-
<ul class="before-current">
|
|
273
|
-
<li class=" tsd-kind-reference tsd-parent-kind-module">
|
|
274
|
-
<a href="../modules/server.html#EventCallback" class="tsd-kind-icon">Event<wbr>Callback</a>
|
|
275
|
-
</li>
|
|
276
|
-
<li class=" tsd-kind-reference tsd-parent-kind-module">
|
|
277
|
-
<a href="../modules/server.html#EventType" class="tsd-kind-icon">Event<wbr>Type</a>
|
|
278
|
-
</li>
|
|
279
|
-
<li class=" tsd-kind-reference tsd-parent-kind-module">
|
|
280
|
-
<a href="../modules/server.html#LooseWork" class="tsd-kind-icon">Loose<wbr>Work</a>
|
|
281
|
-
</li>
|
|
282
|
-
<li class=" tsd-kind-reference tsd-parent-kind-module">
|
|
283
|
-
<a href="../modules/server.html#LooseWorkInitial" class="tsd-kind-icon">Loose<wbr>Work<wbr>Initial</a>
|
|
284
|
-
</li>
|
|
285
|
-
<li class=" tsd-kind-reference tsd-parent-kind-module">
|
|
286
|
-
<a href="../modules/server.html#LooseWorkModel" class="tsd-kind-icon">Loose<wbr>Work<wbr>Model</a>
|
|
287
|
-
</li>
|
|
288
|
-
<li class=" tsd-kind-reference tsd-parent-kind-module">
|
|
289
|
-
<a href="../modules/server.html#LooseWorkObserver" class="tsd-kind-icon">Loose<wbr>Work<wbr>Observer</a>
|
|
290
|
-
</li>
|
|
291
|
-
<li class=" tsd-kind-reference tsd-parent-kind-module">
|
|
292
|
-
<a href="../modules/server.html#LooseWorkPanorama" class="tsd-kind-icon">Loose<wbr>Work<wbr>Panorama</a>
|
|
293
|
-
</li>
|
|
294
|
-
<li class=" tsd-kind-reference tsd-parent-kind-module">
|
|
295
|
-
<a href="../modules/server.html#LooseWorkVideo" class="tsd-kind-icon">Loose<wbr>Work<wbr>Video</a>
|
|
296
|
-
</li>
|
|
297
|
-
<li class=" tsd-kind-reference tsd-parent-kind-module">
|
|
298
|
-
<a href="../modules/server.html#Mode" class="tsd-kind-icon">Mode</a>
|
|
299
|
-
</li>
|
|
300
|
-
<li class=" tsd-kind-reference tsd-parent-kind-module">
|
|
301
|
-
<a href="../modules/server.html#ParseWorkOptions" class="tsd-kind-icon">Parse<wbr>Work<wbr>Options</a>
|
|
302
|
-
</li>
|
|
303
|
-
<li class=" tsd-kind-reference tsd-parent-kind-module">
|
|
304
|
-
<a href="../modules/server.html#Pose" class="tsd-kind-icon">Pose</a>
|
|
305
|
-
</li>
|
|
306
|
-
<li class=" tsd-kind-reference tsd-parent-kind-module">
|
|
307
|
-
<a href="../modules/server.html#State" class="tsd-kind-icon">State</a>
|
|
308
|
-
</li>
|
|
309
|
-
<li class=" tsd-kind-reference tsd-parent-kind-module">
|
|
310
|
-
<a href="../modules/server.html#Subscribe" class="tsd-kind-icon">Subscribe</a>
|
|
311
|
-
</li>
|
|
312
|
-
<li class=" tsd-kind-reference tsd-parent-kind-module">
|
|
313
|
-
<a href="../modules/server.html#SubscribeEventMap" class="tsd-kind-icon">Subscribe<wbr>Event<wbr>Map</a>
|
|
314
|
-
</li>
|
|
315
|
-
<li class=" tsd-kind-reference tsd-parent-kind-module">
|
|
316
|
-
<a href="../modules/server.html#SubscribeMixinType" class="tsd-kind-icon">Subscribe<wbr>Mixin<wbr>Type</a>
|
|
317
|
-
</li>
|
|
318
|
-
<li class=" tsd-kind-reference tsd-parent-kind-module">
|
|
319
|
-
<a href="../modules/server.html#Work" class="tsd-kind-icon">Work</a>
|
|
320
|
-
</li>
|
|
321
|
-
<li class=" tsd-kind-reference tsd-parent-kind-module">
|
|
322
|
-
<a href="../modules/server.html#WorkCubeImage" class="tsd-kind-icon">Work<wbr>Cube<wbr>Image</a>
|
|
323
|
-
</li>
|
|
324
|
-
<li class=" tsd-kind-reference tsd-parent-kind-module">
|
|
325
|
-
<a href="../modules/server.html#WorkImage" class="tsd-kind-icon">Work<wbr>Image</a>
|
|
326
|
-
</li>
|
|
327
|
-
<li class=" tsd-kind-reference tsd-parent-kind-module">
|
|
328
|
-
<a href="../modules/server.html#WorkInitial" class="tsd-kind-icon">Work<wbr>Initial</a>
|
|
329
|
-
</li>
|
|
330
|
-
<li class=" tsd-kind-reference tsd-parent-kind-module">
|
|
331
|
-
<a href="../modules/server.html#WorkModel" class="tsd-kind-icon">Work<wbr>Model</a>
|
|
332
|
-
</li>
|
|
333
|
-
<li class=" tsd-kind-reference tsd-parent-kind-module">
|
|
334
|
-
<a href="../modules/server.html#WorkObserver" class="tsd-kind-icon">Work<wbr>Observer</a>
|
|
335
|
-
</li>
|
|
336
|
-
<li class=" tsd-kind-reference tsd-parent-kind-module">
|
|
337
|
-
<a href="../modules/server.html#WorkTile" class="tsd-kind-icon">Work<wbr>Tile</a>
|
|
338
|
-
</li>
|
|
339
|
-
<li class=" tsd-kind-reference tsd-parent-kind-module">
|
|
340
|
-
<a href="../modules/server.html#WorkVideo" class="tsd-kind-icon">Work<wbr>Video</a>
|
|
341
|
-
</li>
|
|
342
|
-
<li class=" tsd-kind-reference tsd-parent-kind-module">
|
|
343
|
-
<a href="../modules/server.html#parseWork" class="tsd-kind-icon">parse<wbr>Work</a>
|
|
344
|
-
</li>
|
|
345
|
-
<li class=" tsd-kind-class tsd-parent-kind-module">
|
|
346
|
-
<a href="../classes/server.BVH.html" class="tsd-kind-icon">BVH</a>
|
|
347
|
-
</li>
|
|
348
|
-
<li class=" tsd-kind-class tsd-parent-kind-module">
|
|
349
|
-
<a href="../classes/server.BVHNode.html" class="tsd-kind-icon">BVHNode</a>
|
|
350
|
-
</li>
|
|
351
|
-
<li class=" tsd-kind-class tsd-parent-kind-module">
|
|
352
|
-
<a href="../classes/server.BVHVector3.html" class="tsd-kind-icon">BVHVector3</a>
|
|
353
|
-
</li>
|
|
354
|
-
<li class=" tsd-kind-class tsd-parent-kind-module">
|
|
355
|
-
<a href="../classes/server.Model.html" class="tsd-kind-icon">Model</a>
|
|
356
|
-
</li>
|
|
357
|
-
<li class=" tsd-kind-class tsd-parent-kind-module">
|
|
358
|
-
<a href="../classes/server.PBMGroup.html" class="tsd-kind-icon">PBMGroup</a>
|
|
359
|
-
</li>
|
|
360
|
-
<li class=" tsd-kind-class tsd-parent-kind-module">
|
|
361
|
-
<a href="../classes/server.PBMMesh.html" class="tsd-kind-icon">PBMMesh</a>
|
|
362
|
-
</li>
|
|
363
|
-
<li class=" tsd-kind-interface tsd-parent-kind-module">
|
|
364
|
-
<a href="server.BVHIntersect.html" class="tsd-kind-icon">BVHIntersect</a>
|
|
365
|
-
</li>
|
|
366
|
-
<li class=" tsd-kind-interface tsd-parent-kind-module">
|
|
367
|
-
<a href="server.Intersection.html" class="tsd-kind-icon">Intersection</a>
|
|
368
|
-
</li>
|
|
369
|
-
</ul>
|
|
370
|
-
<ul class="current">
|
|
371
|
-
<li class="current tsd-kind-interface tsd-parent-kind-module">
|
|
372
|
-
<a href="server.ModelEventCallback.html" class="tsd-kind-icon">Model<wbr>Event<wbr>Callback</a>
|
|
373
|
-
<ul>
|
|
374
|
-
<li class=" tsd-kind-method tsd-parent-kind-interface tsd-is-inherited">
|
|
375
|
-
<a href="server.ModelEventCallback.html#bvhLoaded" class="tsd-kind-icon">bvh<wbr>Loaded</a>
|
|
376
|
-
</li>
|
|
377
|
-
<li class=" tsd-kind-method tsd-parent-kind-interface tsd-is-inherited">
|
|
378
|
-
<a href="server.ModelEventCallback.html#error" class="tsd-kind-icon">error</a>
|
|
379
|
-
</li>
|
|
380
|
-
<li class=" tsd-kind-method tsd-parent-kind-interface tsd-is-inherited">
|
|
381
|
-
<a href="server.ModelEventCallback.html#geometryLoaded" class="tsd-kind-icon">geometry<wbr>Loaded</a>
|
|
382
|
-
</li>
|
|
383
|
-
<li class=" tsd-kind-method tsd-parent-kind-interface tsd-is-inherited">
|
|
384
|
-
<a href="server.ModelEventCallback.html#loaded" class="tsd-kind-icon">loaded</a>
|
|
385
|
-
</li>
|
|
386
|
-
<li class=" tsd-kind-method tsd-parent-kind-interface tsd-is-inherited">
|
|
387
|
-
<a href="server.ModelEventCallback.html#materialLoaded" class="tsd-kind-icon">material<wbr>Loaded</a>
|
|
388
|
-
</li>
|
|
389
|
-
</ul>
|
|
390
|
-
</li>
|
|
391
|
-
</ul>
|
|
392
|
-
<ul class="after-current">
|
|
393
|
-
<li class=" tsd-kind-type-alias tsd-parent-kind-module">
|
|
394
|
-
<a href="../modules/server.html#ModelEventType" class="tsd-kind-icon">Model<wbr>Event<wbr>Type</a>
|
|
395
|
-
</li>
|
|
396
|
-
</ul>
|
|
397
|
-
</nav>
|
|
398
|
-
</div>
|
|
399
|
-
</div>
|
|
400
|
-
</div>
|
|
401
|
-
<footer>
|
|
402
|
-
<div class="container">
|
|
403
|
-
<h2>Legend</h2>
|
|
404
|
-
<div class="tsd-legend-group">
|
|
405
|
-
<ul class="tsd-legend">
|
|
406
|
-
<li class="tsd-kind-namespace"><span class="tsd-kind-icon">Namespace</span></li>
|
|
407
|
-
<li class="tsd-kind-variable"><span class="tsd-kind-icon">Variable</span></li>
|
|
408
|
-
<li class="tsd-kind-function"><span class="tsd-kind-icon">Function</span></li>
|
|
409
|
-
<li class="tsd-kind-function tsd-has-type-parameter"><span class="tsd-kind-icon">Function with type parameter</span></li>
|
|
410
|
-
<li class="tsd-kind-type-alias"><span class="tsd-kind-icon">Type alias</span></li>
|
|
411
|
-
<li class="tsd-kind-type-alias tsd-has-type-parameter"><span class="tsd-kind-icon">Type alias with type parameter</span></li>
|
|
412
|
-
</ul>
|
|
413
|
-
<ul class="tsd-legend">
|
|
414
|
-
<li class="tsd-kind-interface"><span class="tsd-kind-icon">Interface</span></li>
|
|
415
|
-
<li class="tsd-kind-interface tsd-has-type-parameter"><span class="tsd-kind-icon">Interface with type parameter</span></li>
|
|
416
|
-
</ul>
|
|
417
|
-
<ul class="tsd-legend">
|
|
418
|
-
<li class="tsd-kind-class"><span class="tsd-kind-icon">Class</span></li>
|
|
419
|
-
<li class="tsd-kind-class tsd-has-type-parameter"><span class="tsd-kind-icon">Class with type parameter</span></li>
|
|
420
|
-
</ul>
|
|
421
|
-
</div>
|
|
422
|
-
</div>
|
|
423
|
-
</footer>
|
|
424
|
-
<div class="overlay"></div>
|
|
425
|
-
<script src="../assets/js/main.js"></script>
|
|
426
|
-
</body>
|
|
427
|
-
</html>
|
|
1
|
+
<!DOCTYPE html><html class="default"><head><meta charSet="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>ModelEventCallback | 如视 Five SDK - v5.0.0-alpha.71</title><meta name="description" content="Documentation for 如视 Five SDK - v5.0.0-alpha.71"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="../assets/style.css"/><link rel="stylesheet" href="../assets/highlight.css"/><script async src="../assets/search.js" id="search-script"></script></head><body><script>document.body.classList.add(localStorage.getItem("tsd-theme") || "os")</script><header><div class="tsd-page-toolbar"><div class="container"><div class="table-wrap"><div class="table-cell" id="tsd-search" data-base=".."><div class="field"><label for="tsd-search-field" class="tsd-widget search no-caption">Search</label><input type="text" id="tsd-search-field"/></div><ul class="results"><li class="state loading">Preparing search index...</li><li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">如视 Five SDK - v5.0.0-alpha.71</a></div><div class="table-cell" id="tsd-widgets"><div id="tsd-filter"><a href="#" class="tsd-widget options no-caption" data-toggle="options">Options</a><div class="tsd-filter-group"><div class="tsd-select" id="tsd-filter-visibility"><span class="tsd-select-label">All</span><ul class="tsd-select-list"><li data-value="public">Public</li><li data-value="protected">Public/Protected</li><li data-value="private" class="selected">All</li></ul></div> <input type="checkbox" id="tsd-filter-inherited" checked/><label class="tsd-widget" for="tsd-filter-inherited">Inherited</label></div></div><a href="#" class="tsd-widget menu no-caption" data-toggle="menu">Menu</a></div></div></div></div><div class="tsd-page-title"><div class="container"><ul class="tsd-breadcrumb"><li><a href="../modules.html">如视 Five SDK - v5.0.0-alpha.71</a></li><li><a href="../modules/server.html">server</a></li><li><a href="server.ModelEventCallback.html">ModelEventCallback</a></li></ul><h1>Interface ModelEventCallback</h1></div></div></header><div class="container container-main"><div class="row"><div class="col-8 col-content"><section class="tsd-panel tsd-comment"><div class="tsd-comment tsd-typography"><div class="lead">
|
|
2
|
+
<p>Five 模型事件列表</p>
|
|
3
|
+
</div><dl class="tsd-comment-tags"><dt>description</dt><dd><p>可以通过 <code>five.model.on(METHOD_NAME, METHOD)</code> 调用</p>
|
|
4
|
+
</dd></dl></div></section><section class="tsd-panel tsd-hierarchy"><h3>Hierarchy</h3><ul class="tsd-hierarchy"><li><a href="../modules/server.html#ModelEventType" class="tsd-signature-type" data-tsd-kind="Type alias">ModelEventType</a><ul class="tsd-hierarchy"><li><span class="target">ModelEventCallback</span></li></ul></li></ul></section><section class="tsd-panel-group tsd-index-group"><h2>Index</h2><section class="tsd-panel tsd-index-panel"><div class="tsd-index-content"><section class="tsd-index-section tsd-is-inherited"><h3>Methods</h3><ul class="tsd-index-list"><li class="tsd-kind-method tsd-parent-kind-interface tsd-is-inherited"><a href="server.ModelEventCallback.html#bvhLoaded" class="tsd-kind-icon">bvh<wbr/>Loaded</a></li><li class="tsd-kind-method tsd-parent-kind-interface tsd-is-inherited"><a href="server.ModelEventCallback.html#error" class="tsd-kind-icon">error</a></li><li class="tsd-kind-method tsd-parent-kind-interface tsd-is-inherited"><a href="server.ModelEventCallback.html#geometryLoaded" class="tsd-kind-icon">geometry<wbr/>Loaded</a></li><li class="tsd-kind-method tsd-parent-kind-interface tsd-is-inherited"><a href="server.ModelEventCallback.html#loaded" class="tsd-kind-icon">loaded</a></li><li class="tsd-kind-method tsd-parent-kind-interface tsd-is-inherited"><a href="server.ModelEventCallback.html#materialLoaded" class="tsd-kind-icon">material<wbr/>Loaded</a></li></ul></section></div></section></section><section class="tsd-panel-group tsd-member-group tsd-is-inherited"><h2>Methods</h2><section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-interface tsd-is-inherited"><a id="bvhLoaded" class="tsd-anchor"></a><h3>bvh<wbr/>Loaded</h3><ul class="tsd-signatures tsd-kind-method tsd-parent-kind-interface tsd-is-inherited"><li class="tsd-signature tsd-kind-icon">bvh<wbr/>Loaded<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span></li></ul><ul class="tsd-descriptions"><li class="tsd-description"><aside class="tsd-sources"><p>Inherited from EventType.bvhLoaded</p><ul><li>Defined in lib/five/server/model/index.ts:57</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
|
|
5
|
+
<p>模型 bvh树 计算完成</p>
|
|
6
|
+
</div><dl class="tsd-comment-tags"><dt>description</dt><dd><p>bvh 树用于高效的碰撞检测,可以在 <code>model.bvh</code> 属性来设置是否开启。默认开启。
|
|
7
|
+
bvh 树计算需要一定事件,可能会暂时影响一些性能。计算完毕后,会对碰撞检测带来质的提升。</p>
|
|
8
|
+
</dd></dl></div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4></li></ul></section><section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-interface tsd-is-inherited"><a id="error" class="tsd-anchor"></a><h3>error</h3><ul class="tsd-signatures tsd-kind-method tsd-parent-kind-interface tsd-is-inherited"><li class="tsd-signature tsd-kind-icon">error<span class="tsd-signature-symbol">(</span>error<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Error</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span></li></ul><ul class="tsd-descriptions"><li class="tsd-description"><aside class="tsd-sources"><p>Inherited from EventType.error</p><ul><li>Defined in lib/five/server/model/index.ts:68</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
|
|
9
|
+
<p>内部错误</p>
|
|
10
|
+
</div></div><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameters"><li><h5>error: <span class="tsd-signature-type">Error</span></h5><div class="tsd-comment tsd-typography"><div class="lead">
|
|
11
|
+
<p>错误对象</p>
|
|
12
|
+
</div></div></li></ul><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4></li></ul></section><section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-interface tsd-is-inherited"><a id="geometryLoaded" class="tsd-anchor"></a><h3>geometry<wbr/>Loaded</h3><ul class="tsd-signatures tsd-kind-method tsd-parent-kind-interface tsd-is-inherited"><li class="tsd-signature tsd-kind-icon">geometry<wbr/>Loaded<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span></li></ul><ul class="tsd-descriptions"><li class="tsd-description"><aside class="tsd-sources"><p>Inherited from EventType.geometryLoaded</p><ul><li>Defined in lib/five/server/model/index.ts:59</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
|
|
13
|
+
<p>模型三角面片结构加载完成</p>
|
|
14
|
+
</div></div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4></li></ul></section><section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-interface tsd-is-inherited"><a id="loaded" class="tsd-anchor"></a><h3>loaded</h3><ul class="tsd-signatures tsd-kind-method tsd-parent-kind-interface tsd-is-inherited"><li class="tsd-signature tsd-kind-icon">loaded<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span></li></ul><ul class="tsd-descriptions"><li class="tsd-description"><aside class="tsd-sources"><p>Inherited from EventType.loaded</p><ul><li>Defined in lib/five/server/model/index.ts:63</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
|
|
15
|
+
<p>模型加载完成</p>
|
|
16
|
+
</div></div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4></li></ul></section><section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-interface tsd-is-inherited"><a id="materialLoaded" class="tsd-anchor"></a><h3>material<wbr/>Loaded</h3><ul class="tsd-signatures tsd-kind-method tsd-parent-kind-interface tsd-is-inherited"><li class="tsd-signature tsd-kind-icon">material<wbr/>Loaded<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span></li></ul><ul class="tsd-descriptions"><li class="tsd-description"><aside class="tsd-sources"><p>Inherited from EventType.materialLoaded</p><ul><li>Defined in lib/five/server/model/index.ts:61</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
|
|
17
|
+
<p>模型材质结构加载完成</p>
|
|
18
|
+
</div></div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4></li></ul></section></section></div><div class="col-4 col-menu menu-sticky-wrap menu-highlight"><nav class="tsd-navigation primary"><ul><li class=""><a href="../modules.html">Modules</a></li><li class=" tsd-kind-module"><a href="../modules/five.html">five</a></li><li class=" tsd-kind-module"><a href="../modules/gltf_loader.html">gltf-<wbr/>loader</a></li><li class=" tsd-kind-module"><a href="../modules/line.html">line</a></li><li class=" tsd-kind-module"><a href="../modules/react.html">react</a></li><li class="current tsd-kind-module"><a href="../modules/server.html">server</a></li><li class=" tsd-kind-module"><a href="../modules/sticker.html">sticker</a></li></ul></nav><nav class="tsd-navigation secondary menu-sticky"><ul><li class="current tsd-kind-interface tsd-parent-kind-module"><a href="server.ModelEventCallback.html" class="tsd-kind-icon">Model<wbr/>Event<wbr/>Callback</a><ul><li class="tsd-kind-method tsd-parent-kind-interface tsd-is-inherited"><a href="server.ModelEventCallback.html#bvhLoaded" class="tsd-kind-icon">bvh<wbr/>Loaded</a></li><li class="tsd-kind-method tsd-parent-kind-interface tsd-is-inherited"><a href="server.ModelEventCallback.html#error" class="tsd-kind-icon">error</a></li><li class="tsd-kind-method tsd-parent-kind-interface tsd-is-inherited"><a href="server.ModelEventCallback.html#geometryLoaded" class="tsd-kind-icon">geometry<wbr/>Loaded</a></li><li class="tsd-kind-method tsd-parent-kind-interface tsd-is-inherited"><a href="server.ModelEventCallback.html#loaded" class="tsd-kind-icon">loaded</a></li><li class="tsd-kind-method tsd-parent-kind-interface tsd-is-inherited"><a href="server.ModelEventCallback.html#materialLoaded" class="tsd-kind-icon">material<wbr/>Loaded</a></li></ul></li></ul></nav></div></div></div><footer class=""><div class="container"><h2>Legend</h2><div class="tsd-legend-group"><ul class="tsd-legend"><li class="tsd-kind-namespace"><span class="tsd-kind-icon">Namespace</span></li><li class="tsd-kind-variable"><span class="tsd-kind-icon">Variable</span></li><li class="tsd-kind-function"><span class="tsd-kind-icon">Function</span></li><li class="tsd-kind-function tsd-has-type-parameter"><span class="tsd-kind-icon">Function with type parameter</span></li><li class="tsd-kind-type-alias"><span class="tsd-kind-icon">Type alias</span></li><li class="tsd-kind-type-alias tsd-has-type-parameter"><span class="tsd-kind-icon">Type alias with type parameter</span></li></ul><ul class="tsd-legend"><li class="tsd-kind-interface"><span class="tsd-kind-icon">Interface</span></li><li class="tsd-kind-interface tsd-has-type-parameter"><span class="tsd-kind-icon">Interface with type parameter</span></li></ul><ul class="tsd-legend"><li class="tsd-kind-class"><span class="tsd-kind-icon">Class</span></li><li class="tsd-kind-class tsd-has-type-parameter"><span class="tsd-kind-icon">Class with type parameter</span></li></ul></div><h2>Settings</h2><p>Theme <select id="theme"><option value="os">OS</option><option value="light">Light</option><option value="dark">Dark</option></select></p></div></footer><div class="overlay"></div><script src="../assets/main.js"></script></body></html>
|