@signalk/server-api 1.39.0 → 2.0.0-beta.2
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/dist/autopilot.d.ts +28 -0
- package/dist/autopilot.js +2 -0
- package/dist/index.d.ts +70 -1
- package/dist/index.js +21 -1
- package/dist/propertyvalues.test.js +5 -7
- package/dist/resourcetypes.d.ts +80 -0
- package/dist/resourcetypes.js +2 -0
- package/package.json +4 -2
- package/tsconfig.json +2 -2
- package/tsconfig.tsbuildinfo +3475 -0
- package/docs/assets/css/main.css +0 -2638
- package/docs/assets/images/icons.png +0 -0
- package/docs/assets/images/icons@2x.png +0 -0
- package/docs/assets/images/widgets.png +0 -0
- package/docs/assets/images/widgets@2x.png +0 -0
- package/docs/assets/js/main.js +0 -248
- package/docs/assets/js/search.js +0 -1
- package/docs/classes/propertyvalues.propertyvalues-1.html +0 -361
- package/docs/index.html +0 -348
- package/docs/interfaces/index.plugin.html +0 -400
- package/docs/interfaces/index.pluginserverapp.html +0 -257
- package/docs/interfaces/index.propertyvaluesemitter.html +0 -247
- package/docs/interfaces/propertyvalues.propertyvalue.html +0 -213
- package/docs/interfaces/types.bus.html +0 -339
- package/docs/modules/index.html +0 -174
- package/docs/modules/propertyvalues.html +0 -183
- package/docs/modules/propertyvalues_test.html +0 -106
- package/docs/modules/types.html +0 -131
- package/docs/modules/types_baconjs.html +0 -106
- package/docs/modules.html +0 -124
|
@@ -1,257 +0,0 @@
|
|
|
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>PluginServerApp | @signalk/server-api</title>
|
|
7
|
-
<meta name="description" content="Documentation for @signalk/server-api">
|
|
8
|
-
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
9
|
-
<link rel="stylesheet" href="../assets/css/main.css">
|
|
10
|
-
<script async src="../assets/js/search.js" id="search-script"></script>
|
|
11
|
-
</head>
|
|
12
|
-
<body>
|
|
13
|
-
<header>
|
|
14
|
-
<div class="tsd-page-toolbar">
|
|
15
|
-
<div class="container">
|
|
16
|
-
<div class="table-wrap">
|
|
17
|
-
<div class="table-cell" id="tsd-search" data-index="../assets/js/search.json" data-base="..">
|
|
18
|
-
<div class="field">
|
|
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">@signalk/server-api</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
|
-
<input type="checkbox" id="tsd-filter-externals" checked />
|
|
43
|
-
<label class="tsd-widget" for="tsd-filter-externals">Externals</label>
|
|
44
|
-
</div>
|
|
45
|
-
</div>
|
|
46
|
-
<a href="#" class="tsd-widget menu no-caption" data-toggle="menu">Menu</a>
|
|
47
|
-
</div>
|
|
48
|
-
</div>
|
|
49
|
-
</div>
|
|
50
|
-
</div>
|
|
51
|
-
<div class="tsd-page-title">
|
|
52
|
-
<div class="container">
|
|
53
|
-
<ul class="tsd-breadcrumb">
|
|
54
|
-
<li>
|
|
55
|
-
<a href="../modules.html">@signalk/server-api</a>
|
|
56
|
-
</li>
|
|
57
|
-
<li>
|
|
58
|
-
<a href="../modules/index.html">index</a>
|
|
59
|
-
</li>
|
|
60
|
-
<li>
|
|
61
|
-
<a href="index.pluginserverapp.html">PluginServerApp</a>
|
|
62
|
-
</li>
|
|
63
|
-
</ul>
|
|
64
|
-
<h1>Interface PluginServerApp</h1>
|
|
65
|
-
</div>
|
|
66
|
-
</div>
|
|
67
|
-
</header>
|
|
68
|
-
<div class="container container-main">
|
|
69
|
-
<div class="row">
|
|
70
|
-
<div class="col-8 col-content">
|
|
71
|
-
<section class="tsd-panel tsd-comment">
|
|
72
|
-
<div class="tsd-comment tsd-typography">
|
|
73
|
-
<div class="lead">
|
|
74
|
-
<p>This is the API that the server exposes in the app object that
|
|
75
|
-
is passed in Plugin "constructor" call.</p>
|
|
76
|
-
</div>
|
|
77
|
-
<p>INCOMPLETE, work in progress.</p>
|
|
78
|
-
</div>
|
|
79
|
-
</section>
|
|
80
|
-
<section class="tsd-panel tsd-hierarchy">
|
|
81
|
-
<h3>Hierarchy</h3>
|
|
82
|
-
<ul class="tsd-hierarchy">
|
|
83
|
-
<li>
|
|
84
|
-
<a href="index.propertyvaluesemitter.html" class="tsd-signature-type" data-tsd-kind="Interface">PropertyValuesEmitter</a>
|
|
85
|
-
<ul class="tsd-hierarchy">
|
|
86
|
-
<li>
|
|
87
|
-
<span class="target">PluginServerApp</span>
|
|
88
|
-
</li>
|
|
89
|
-
</ul>
|
|
90
|
-
</li>
|
|
91
|
-
</ul>
|
|
92
|
-
</section>
|
|
93
|
-
<section class="tsd-panel-group tsd-index-group">
|
|
94
|
-
<h2>Index</h2>
|
|
95
|
-
<section class="tsd-panel tsd-index-panel">
|
|
96
|
-
<div class="tsd-index-content">
|
|
97
|
-
<section class="tsd-index-section ">
|
|
98
|
-
<h3>Properties</h3>
|
|
99
|
-
<ul class="tsd-index-list">
|
|
100
|
-
<li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited"><a href="index.pluginserverapp.html#emitpropertyvalue" class="tsd-kind-icon">emit<wbr>Property<wbr>Value</a></li>
|
|
101
|
-
<li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited"><a href="index.pluginserverapp.html#onpropertyvalues" class="tsd-kind-icon">on<wbr>Property<wbr>Values</a></li>
|
|
102
|
-
</ul>
|
|
103
|
-
</section>
|
|
104
|
-
</div>
|
|
105
|
-
</section>
|
|
106
|
-
</section>
|
|
107
|
-
<section class="tsd-panel-group tsd-member-group ">
|
|
108
|
-
<h2>Properties</h2>
|
|
109
|
-
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited">
|
|
110
|
-
<a name="emitpropertyvalue" class="tsd-anchor"></a>
|
|
111
|
-
<h3>emit<wbr>Property<wbr>Value</h3>
|
|
112
|
-
<div class="tsd-signature tsd-kind-icon">emit<wbr>Property<wbr>Value<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">(</span>name<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span>, value<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> => </span><span class="tsd-signature-type">void</span></div>
|
|
113
|
-
<aside class="tsd-sources">
|
|
114
|
-
<p>Inherited from <a href="index.propertyvaluesemitter.html">PropertyValuesEmitter</a>.<a href="index.propertyvaluesemitter.html#emitpropertyvalue">emitPropertyValue</a></p>
|
|
115
|
-
<ul>
|
|
116
|
-
<li>Defined in <a href="https://github.com/SignalK/signalk-server/blob/6d3bb94/packages/server-api/src/index.ts#L8">index.ts:8</a></li>
|
|
117
|
-
</ul>
|
|
118
|
-
</aside>
|
|
119
|
-
<div class="tsd-type-declaration">
|
|
120
|
-
<h4>Type declaration</h4>
|
|
121
|
-
<ul class="tsd-parameters">
|
|
122
|
-
<li class="tsd-parameter-signature">
|
|
123
|
-
<ul class="tsd-signatures tsd-kind-type-literal tsd-parent-kind-interface">
|
|
124
|
-
<li class="tsd-signature tsd-kind-icon"><span class="tsd-signature-symbol">(</span>name<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span>, value<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span></li>
|
|
125
|
-
</ul>
|
|
126
|
-
<ul class="tsd-descriptions">
|
|
127
|
-
<li class="tsd-description">
|
|
128
|
-
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
129
|
-
<ul class="tsd-parameters">
|
|
130
|
-
<li>
|
|
131
|
-
<h5>name: <span class="tsd-signature-type">string</span></h5>
|
|
132
|
-
</li>
|
|
133
|
-
<li>
|
|
134
|
-
<h5>value: <span class="tsd-signature-type">any</span></h5>
|
|
135
|
-
</li>
|
|
136
|
-
</ul>
|
|
137
|
-
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
|
|
138
|
-
</li>
|
|
139
|
-
</ul>
|
|
140
|
-
</li>
|
|
141
|
-
</ul>
|
|
142
|
-
</div>
|
|
143
|
-
</section>
|
|
144
|
-
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited">
|
|
145
|
-
<a name="onpropertyvalues" class="tsd-anchor"></a>
|
|
146
|
-
<h3>on<wbr>Property<wbr>Values</h3>
|
|
147
|
-
<div class="tsd-signature tsd-kind-icon">on<wbr>Property<wbr>Values<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">(</span>name<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span>, cb<span class="tsd-signature-symbol">: </span><a href="../modules/propertyvalues.html#propertyvaluescallback" class="tsd-signature-type" data-tsd-kind="Type alias">PropertyValuesCallback</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> => </span><span class="tsd-signature-type">Unsubscribe</span></div>
|
|
148
|
-
<aside class="tsd-sources">
|
|
149
|
-
<p>Inherited from <a href="index.propertyvaluesemitter.html">PropertyValuesEmitter</a>.<a href="index.propertyvaluesemitter.html#onpropertyvalues">onPropertyValues</a></p>
|
|
150
|
-
<ul>
|
|
151
|
-
<li>Defined in <a href="https://github.com/SignalK/signalk-server/blob/6d3bb94/packages/server-api/src/index.ts#L9">index.ts:9</a></li>
|
|
152
|
-
</ul>
|
|
153
|
-
</aside>
|
|
154
|
-
<div class="tsd-type-declaration">
|
|
155
|
-
<h4>Type declaration</h4>
|
|
156
|
-
<ul class="tsd-parameters">
|
|
157
|
-
<li class="tsd-parameter-signature">
|
|
158
|
-
<ul class="tsd-signatures tsd-kind-type-literal tsd-parent-kind-interface">
|
|
159
|
-
<li class="tsd-signature tsd-kind-icon"><span class="tsd-signature-symbol">(</span>name<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span>, cb<span class="tsd-signature-symbol">: </span><a href="../modules/propertyvalues.html#propertyvaluescallback" class="tsd-signature-type" data-tsd-kind="Type alias">PropertyValuesCallback</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Unsubscribe</span></li>
|
|
160
|
-
</ul>
|
|
161
|
-
<ul class="tsd-descriptions">
|
|
162
|
-
<li class="tsd-description">
|
|
163
|
-
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
164
|
-
<ul class="tsd-parameters">
|
|
165
|
-
<li>
|
|
166
|
-
<h5>name: <span class="tsd-signature-type">string</span></h5>
|
|
167
|
-
</li>
|
|
168
|
-
<li>
|
|
169
|
-
<h5>cb: <a href="../modules/propertyvalues.html#propertyvaluescallback" class="tsd-signature-type" data-tsd-kind="Type alias">PropertyValuesCallback</a></h5>
|
|
170
|
-
</li>
|
|
171
|
-
</ul>
|
|
172
|
-
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Unsubscribe</span></h4>
|
|
173
|
-
</li>
|
|
174
|
-
</ul>
|
|
175
|
-
</li>
|
|
176
|
-
</ul>
|
|
177
|
-
</div>
|
|
178
|
-
</section>
|
|
179
|
-
</section>
|
|
180
|
-
</div>
|
|
181
|
-
<div class="col-4 col-menu menu-sticky-wrap menu-highlight">
|
|
182
|
-
<nav class="tsd-navigation primary">
|
|
183
|
-
<ul>
|
|
184
|
-
<li class=" ">
|
|
185
|
-
<a href="../modules.html">Exports</a>
|
|
186
|
-
</li>
|
|
187
|
-
<li class="current tsd-kind-module">
|
|
188
|
-
<a href="../modules/index.html">index</a>
|
|
189
|
-
</li>
|
|
190
|
-
<li class=" tsd-kind-module">
|
|
191
|
-
<a href="../modules/propertyvalues.html">propertyvalues</a>
|
|
192
|
-
</li>
|
|
193
|
-
<li class=" tsd-kind-module">
|
|
194
|
-
<a href="../modules/types.html">types</a>
|
|
195
|
-
</li>
|
|
196
|
-
</ul>
|
|
197
|
-
</nav>
|
|
198
|
-
<nav class="tsd-navigation secondary menu-sticky">
|
|
199
|
-
<ul class="before-current">
|
|
200
|
-
<li class=" tsd-kind-reference tsd-parent-kind-module">
|
|
201
|
-
<a href="../modules/index.html#propertyvalue" class="tsd-kind-icon">Property<wbr>Value</a>
|
|
202
|
-
</li>
|
|
203
|
-
<li class=" tsd-kind-reference tsd-parent-kind-module">
|
|
204
|
-
<a href="../modules/index.html#propertyvalues" class="tsd-kind-icon">Property<wbr>Values</a>
|
|
205
|
-
</li>
|
|
206
|
-
<li class=" tsd-kind-reference tsd-parent-kind-module">
|
|
207
|
-
<a href="../modules/index.html#propertyvaluescallback" class="tsd-kind-icon">Property<wbr>Values<wbr>Callback</a>
|
|
208
|
-
</li>
|
|
209
|
-
<li class=" tsd-kind-interface tsd-parent-kind-module">
|
|
210
|
-
<a href="index.plugin.html" class="tsd-kind-icon">Plugin</a>
|
|
211
|
-
</li>
|
|
212
|
-
</ul>
|
|
213
|
-
<ul class="current">
|
|
214
|
-
<li class="current tsd-kind-interface tsd-parent-kind-module">
|
|
215
|
-
<a href="index.pluginserverapp.html" class="tsd-kind-icon">Plugin<wbr>Server<wbr>App</a>
|
|
216
|
-
<ul>
|
|
217
|
-
<li class=" tsd-kind-property tsd-parent-kind-interface tsd-is-inherited">
|
|
218
|
-
<a href="index.pluginserverapp.html#emitpropertyvalue" class="tsd-kind-icon">emit<wbr>Property<wbr>Value</a>
|
|
219
|
-
</li>
|
|
220
|
-
<li class=" tsd-kind-property tsd-parent-kind-interface tsd-is-inherited">
|
|
221
|
-
<a href="index.pluginserverapp.html#onpropertyvalues" class="tsd-kind-icon">on<wbr>Property<wbr>Values</a>
|
|
222
|
-
</li>
|
|
223
|
-
</ul>
|
|
224
|
-
</li>
|
|
225
|
-
</ul>
|
|
226
|
-
<ul class="after-current">
|
|
227
|
-
<li class=" tsd-kind-interface tsd-parent-kind-module">
|
|
228
|
-
<a href="index.propertyvaluesemitter.html" class="tsd-kind-icon">Property<wbr>Values<wbr>Emitter</a>
|
|
229
|
-
</li>
|
|
230
|
-
</ul>
|
|
231
|
-
</nav>
|
|
232
|
-
</div>
|
|
233
|
-
</div>
|
|
234
|
-
</div>
|
|
235
|
-
<footer class="with-border-bottom">
|
|
236
|
-
<div class="container">
|
|
237
|
-
<h2>Legend</h2>
|
|
238
|
-
<div class="tsd-legend-group">
|
|
239
|
-
<ul class="tsd-legend">
|
|
240
|
-
<li class="tsd-kind-type-alias"><span class="tsd-kind-icon">Type alias</span></li>
|
|
241
|
-
</ul>
|
|
242
|
-
<ul class="tsd-legend">
|
|
243
|
-
<li class="tsd-kind-interface"><span class="tsd-kind-icon">Interface</span></li>
|
|
244
|
-
</ul>
|
|
245
|
-
<ul class="tsd-legend">
|
|
246
|
-
<li class="tsd-kind-class"><span class="tsd-kind-icon">Class</span></li>
|
|
247
|
-
</ul>
|
|
248
|
-
</div>
|
|
249
|
-
</div>
|
|
250
|
-
</footer>
|
|
251
|
-
<div class="container tsd-generator">
|
|
252
|
-
<p>Generated using <a href="https://typedoc.org/" target="_blank">TypeDoc</a></p>
|
|
253
|
-
</div>
|
|
254
|
-
<div class="overlay"></div>
|
|
255
|
-
<script src="../assets/js/main.js"></script>
|
|
256
|
-
</body>
|
|
257
|
-
</html>
|
|
@@ -1,247 +0,0 @@
|
|
|
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>PropertyValuesEmitter | @signalk/server-api</title>
|
|
7
|
-
<meta name="description" content="Documentation for @signalk/server-api">
|
|
8
|
-
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
9
|
-
<link rel="stylesheet" href="../assets/css/main.css">
|
|
10
|
-
<script async src="../assets/js/search.js" id="search-script"></script>
|
|
11
|
-
</head>
|
|
12
|
-
<body>
|
|
13
|
-
<header>
|
|
14
|
-
<div class="tsd-page-toolbar">
|
|
15
|
-
<div class="container">
|
|
16
|
-
<div class="table-wrap">
|
|
17
|
-
<div class="table-cell" id="tsd-search" data-index="../assets/js/search.json" data-base="..">
|
|
18
|
-
<div class="field">
|
|
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">@signalk/server-api</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
|
-
<input type="checkbox" id="tsd-filter-externals" checked />
|
|
43
|
-
<label class="tsd-widget" for="tsd-filter-externals">Externals</label>
|
|
44
|
-
</div>
|
|
45
|
-
</div>
|
|
46
|
-
<a href="#" class="tsd-widget menu no-caption" data-toggle="menu">Menu</a>
|
|
47
|
-
</div>
|
|
48
|
-
</div>
|
|
49
|
-
</div>
|
|
50
|
-
</div>
|
|
51
|
-
<div class="tsd-page-title">
|
|
52
|
-
<div class="container">
|
|
53
|
-
<ul class="tsd-breadcrumb">
|
|
54
|
-
<li>
|
|
55
|
-
<a href="../modules.html">@signalk/server-api</a>
|
|
56
|
-
</li>
|
|
57
|
-
<li>
|
|
58
|
-
<a href="../modules/index.html">index</a>
|
|
59
|
-
</li>
|
|
60
|
-
<li>
|
|
61
|
-
<a href="index.propertyvaluesemitter.html">PropertyValuesEmitter</a>
|
|
62
|
-
</li>
|
|
63
|
-
</ul>
|
|
64
|
-
<h1>Interface PropertyValuesEmitter</h1>
|
|
65
|
-
</div>
|
|
66
|
-
</div>
|
|
67
|
-
</header>
|
|
68
|
-
<div class="container container-main">
|
|
69
|
-
<div class="row">
|
|
70
|
-
<div class="col-8 col-content">
|
|
71
|
-
<section class="tsd-panel tsd-hierarchy">
|
|
72
|
-
<h3>Hierarchy</h3>
|
|
73
|
-
<ul class="tsd-hierarchy">
|
|
74
|
-
<li>
|
|
75
|
-
<span class="target">PropertyValuesEmitter</span>
|
|
76
|
-
<ul class="tsd-hierarchy">
|
|
77
|
-
<li>
|
|
78
|
-
<a href="index.pluginserverapp.html" class="tsd-signature-type" data-tsd-kind="Interface">PluginServerApp</a>
|
|
79
|
-
</li>
|
|
80
|
-
</ul>
|
|
81
|
-
</li>
|
|
82
|
-
</ul>
|
|
83
|
-
</section>
|
|
84
|
-
<section class="tsd-panel-group tsd-index-group">
|
|
85
|
-
<h2>Index</h2>
|
|
86
|
-
<section class="tsd-panel tsd-index-panel">
|
|
87
|
-
<div class="tsd-index-content">
|
|
88
|
-
<section class="tsd-index-section ">
|
|
89
|
-
<h3>Properties</h3>
|
|
90
|
-
<ul class="tsd-index-list">
|
|
91
|
-
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="index.propertyvaluesemitter.html#emitpropertyvalue" class="tsd-kind-icon">emit<wbr>Property<wbr>Value</a></li>
|
|
92
|
-
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="index.propertyvaluesemitter.html#onpropertyvalues" class="tsd-kind-icon">on<wbr>Property<wbr>Values</a></li>
|
|
93
|
-
</ul>
|
|
94
|
-
</section>
|
|
95
|
-
</div>
|
|
96
|
-
</section>
|
|
97
|
-
</section>
|
|
98
|
-
<section class="tsd-panel-group tsd-member-group ">
|
|
99
|
-
<h2>Properties</h2>
|
|
100
|
-
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
|
|
101
|
-
<a name="emitpropertyvalue" class="tsd-anchor"></a>
|
|
102
|
-
<h3>emit<wbr>Property<wbr>Value</h3>
|
|
103
|
-
<div class="tsd-signature tsd-kind-icon">emit<wbr>Property<wbr>Value<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">(</span>name<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span>, value<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> => </span><span class="tsd-signature-type">void</span></div>
|
|
104
|
-
<aside class="tsd-sources">
|
|
105
|
-
<ul>
|
|
106
|
-
<li>Defined in <a href="https://github.com/SignalK/signalk-server/blob/6d3bb94/packages/server-api/src/index.ts#L8">index.ts:8</a></li>
|
|
107
|
-
</ul>
|
|
108
|
-
</aside>
|
|
109
|
-
<div class="tsd-type-declaration">
|
|
110
|
-
<h4>Type declaration</h4>
|
|
111
|
-
<ul class="tsd-parameters">
|
|
112
|
-
<li class="tsd-parameter-signature">
|
|
113
|
-
<ul class="tsd-signatures tsd-kind-type-literal tsd-parent-kind-interface">
|
|
114
|
-
<li class="tsd-signature tsd-kind-icon"><span class="tsd-signature-symbol">(</span>name<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span>, value<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span></li>
|
|
115
|
-
</ul>
|
|
116
|
-
<ul class="tsd-descriptions">
|
|
117
|
-
<li class="tsd-description">
|
|
118
|
-
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
119
|
-
<ul class="tsd-parameters">
|
|
120
|
-
<li>
|
|
121
|
-
<h5>name: <span class="tsd-signature-type">string</span></h5>
|
|
122
|
-
</li>
|
|
123
|
-
<li>
|
|
124
|
-
<h5>value: <span class="tsd-signature-type">any</span></h5>
|
|
125
|
-
</li>
|
|
126
|
-
</ul>
|
|
127
|
-
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
|
|
128
|
-
</li>
|
|
129
|
-
</ul>
|
|
130
|
-
</li>
|
|
131
|
-
</ul>
|
|
132
|
-
</div>
|
|
133
|
-
</section>
|
|
134
|
-
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
|
|
135
|
-
<a name="onpropertyvalues" class="tsd-anchor"></a>
|
|
136
|
-
<h3>on<wbr>Property<wbr>Values</h3>
|
|
137
|
-
<div class="tsd-signature tsd-kind-icon">on<wbr>Property<wbr>Values<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">(</span>name<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span>, cb<span class="tsd-signature-symbol">: </span><a href="../modules/propertyvalues.html#propertyvaluescallback" class="tsd-signature-type" data-tsd-kind="Type alias">PropertyValuesCallback</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> => </span><span class="tsd-signature-type">Unsubscribe</span></div>
|
|
138
|
-
<aside class="tsd-sources">
|
|
139
|
-
<ul>
|
|
140
|
-
<li>Defined in <a href="https://github.com/SignalK/signalk-server/blob/6d3bb94/packages/server-api/src/index.ts#L9">index.ts:9</a></li>
|
|
141
|
-
</ul>
|
|
142
|
-
</aside>
|
|
143
|
-
<div class="tsd-type-declaration">
|
|
144
|
-
<h4>Type declaration</h4>
|
|
145
|
-
<ul class="tsd-parameters">
|
|
146
|
-
<li class="tsd-parameter-signature">
|
|
147
|
-
<ul class="tsd-signatures tsd-kind-type-literal tsd-parent-kind-interface">
|
|
148
|
-
<li class="tsd-signature tsd-kind-icon"><span class="tsd-signature-symbol">(</span>name<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span>, cb<span class="tsd-signature-symbol">: </span><a href="../modules/propertyvalues.html#propertyvaluescallback" class="tsd-signature-type" data-tsd-kind="Type alias">PropertyValuesCallback</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Unsubscribe</span></li>
|
|
149
|
-
</ul>
|
|
150
|
-
<ul class="tsd-descriptions">
|
|
151
|
-
<li class="tsd-description">
|
|
152
|
-
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
153
|
-
<ul class="tsd-parameters">
|
|
154
|
-
<li>
|
|
155
|
-
<h5>name: <span class="tsd-signature-type">string</span></h5>
|
|
156
|
-
</li>
|
|
157
|
-
<li>
|
|
158
|
-
<h5>cb: <a href="../modules/propertyvalues.html#propertyvaluescallback" class="tsd-signature-type" data-tsd-kind="Type alias">PropertyValuesCallback</a></h5>
|
|
159
|
-
</li>
|
|
160
|
-
</ul>
|
|
161
|
-
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Unsubscribe</span></h4>
|
|
162
|
-
</li>
|
|
163
|
-
</ul>
|
|
164
|
-
</li>
|
|
165
|
-
</ul>
|
|
166
|
-
</div>
|
|
167
|
-
</section>
|
|
168
|
-
</section>
|
|
169
|
-
</div>
|
|
170
|
-
<div class="col-4 col-menu menu-sticky-wrap menu-highlight">
|
|
171
|
-
<nav class="tsd-navigation primary">
|
|
172
|
-
<ul>
|
|
173
|
-
<li class=" ">
|
|
174
|
-
<a href="../modules.html">Exports</a>
|
|
175
|
-
</li>
|
|
176
|
-
<li class="current tsd-kind-module">
|
|
177
|
-
<a href="../modules/index.html">index</a>
|
|
178
|
-
</li>
|
|
179
|
-
<li class=" tsd-kind-module">
|
|
180
|
-
<a href="../modules/propertyvalues.html">propertyvalues</a>
|
|
181
|
-
</li>
|
|
182
|
-
<li class=" tsd-kind-module">
|
|
183
|
-
<a href="../modules/types.html">types</a>
|
|
184
|
-
</li>
|
|
185
|
-
</ul>
|
|
186
|
-
</nav>
|
|
187
|
-
<nav class="tsd-navigation secondary menu-sticky">
|
|
188
|
-
<ul class="before-current">
|
|
189
|
-
<li class=" tsd-kind-reference tsd-parent-kind-module">
|
|
190
|
-
<a href="../modules/index.html#propertyvalue" class="tsd-kind-icon">Property<wbr>Value</a>
|
|
191
|
-
</li>
|
|
192
|
-
<li class=" tsd-kind-reference tsd-parent-kind-module">
|
|
193
|
-
<a href="../modules/index.html#propertyvalues" class="tsd-kind-icon">Property<wbr>Values</a>
|
|
194
|
-
</li>
|
|
195
|
-
<li class=" tsd-kind-reference tsd-parent-kind-module">
|
|
196
|
-
<a href="../modules/index.html#propertyvaluescallback" class="tsd-kind-icon">Property<wbr>Values<wbr>Callback</a>
|
|
197
|
-
</li>
|
|
198
|
-
<li class=" tsd-kind-interface tsd-parent-kind-module">
|
|
199
|
-
<a href="index.plugin.html" class="tsd-kind-icon">Plugin</a>
|
|
200
|
-
</li>
|
|
201
|
-
<li class=" tsd-kind-interface tsd-parent-kind-module">
|
|
202
|
-
<a href="index.pluginserverapp.html" class="tsd-kind-icon">Plugin<wbr>Server<wbr>App</a>
|
|
203
|
-
</li>
|
|
204
|
-
</ul>
|
|
205
|
-
<ul class="current">
|
|
206
|
-
<li class="current tsd-kind-interface tsd-parent-kind-module">
|
|
207
|
-
<a href="index.propertyvaluesemitter.html" class="tsd-kind-icon">Property<wbr>Values<wbr>Emitter</a>
|
|
208
|
-
<ul>
|
|
209
|
-
<li class=" tsd-kind-property tsd-parent-kind-interface">
|
|
210
|
-
<a href="index.propertyvaluesemitter.html#emitpropertyvalue" class="tsd-kind-icon">emit<wbr>Property<wbr>Value</a>
|
|
211
|
-
</li>
|
|
212
|
-
<li class=" tsd-kind-property tsd-parent-kind-interface">
|
|
213
|
-
<a href="index.propertyvaluesemitter.html#onpropertyvalues" class="tsd-kind-icon">on<wbr>Property<wbr>Values</a>
|
|
214
|
-
</li>
|
|
215
|
-
</ul>
|
|
216
|
-
</li>
|
|
217
|
-
</ul>
|
|
218
|
-
<ul class="after-current">
|
|
219
|
-
</ul>
|
|
220
|
-
</nav>
|
|
221
|
-
</div>
|
|
222
|
-
</div>
|
|
223
|
-
</div>
|
|
224
|
-
<footer class="with-border-bottom">
|
|
225
|
-
<div class="container">
|
|
226
|
-
<h2>Legend</h2>
|
|
227
|
-
<div class="tsd-legend-group">
|
|
228
|
-
<ul class="tsd-legend">
|
|
229
|
-
<li class="tsd-kind-interface"><span class="tsd-kind-icon">Interface</span></li>
|
|
230
|
-
<li class="tsd-kind-property tsd-parent-kind-interface"><span class="tsd-kind-icon">Property</span></li>
|
|
231
|
-
</ul>
|
|
232
|
-
<ul class="tsd-legend">
|
|
233
|
-
<li class="tsd-kind-type-alias"><span class="tsd-kind-icon">Type alias</span></li>
|
|
234
|
-
</ul>
|
|
235
|
-
<ul class="tsd-legend">
|
|
236
|
-
<li class="tsd-kind-class"><span class="tsd-kind-icon">Class</span></li>
|
|
237
|
-
</ul>
|
|
238
|
-
</div>
|
|
239
|
-
</div>
|
|
240
|
-
</footer>
|
|
241
|
-
<div class="container tsd-generator">
|
|
242
|
-
<p>Generated using <a href="https://typedoc.org/" target="_blank">TypeDoc</a></p>
|
|
243
|
-
</div>
|
|
244
|
-
<div class="overlay"></div>
|
|
245
|
-
<script src="../assets/js/main.js"></script>
|
|
246
|
-
</body>
|
|
247
|
-
</html>
|