Skip to content

Commit 492bfd2

Browse files
committed
Committed by Github action
master: { "stompjs": "5.4.4", "rx-stomp": "0.3.5", "ng2-stompjs": "7.2.0" } develop: { "stompjs": "6.0.0-beta3", "rx-stomp": "1.0.0-beta5", "ng2-stompjs": "8.0.0-beta3" }
1 parent 8fd18af commit 492bfd2

File tree

3 files changed

+14
-5
lines changed

3 files changed

+14
-5
lines changed

api-docs/develop/coverage.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -191,9 +191,9 @@
191191
</td>
192192
<td>interface</td>
193193
<td>IWatchParams</td>
194-
<td align="right" data-sort="80">
195-
<span class="coverage-percent">80 %</span>
196-
<span class="coverage-count">(4/5)</span>
194+
<td align="right" data-sort="100">
195+
<span class="coverage-percent">100 %</span>
196+
<span class="coverage-count">(5/5)</span>
197197
</td>
198198
</tr>
199199
<tr class="very-good">

api-docs/develop/interfaces/IWatchParams.html

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,12 @@ <h3 id="inputs">Properties</h3>
146146

147147

148148

149+
<tr>
150+
<td class="col-md-4">
151+
<div class="io-description"><p>The subscription target. It is likely to be broker dependent.</p>
152+
</div>
153+
</td>
154+
</tr>
149155
</tbody>
150156
</table>
151157
<table class="table table-sm table-bordered">
@@ -294,6 +300,9 @@ <h3 id="inputs">Properties</h3>
294300
* Part of &#x60;@stomp/rx-stomp&#x60;
295301
*/
296302
export interface IWatchParams {
303+
/**
304+
* The subscription target. It is likely to be broker dependent.
305+
*/
297306
readonly destination?: string;
298307

299308
/**

api-docs/develop/js/search/search_index.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)