@@ -259,15 +259,15 @@ <h3 id="inputs">
259
259
< td class ="col-md-4 ">
260
260
< div class ="io-description "> < p > Callback, invoked on before a connection connection to the STOMP broker.</ p >
261
261
< p > You can change configuration of the rxStomp, which will impact the immediate connect.
262
- It is valid to call < a href ="../classes/RxStomp.html#deactivate "> RxStomp#decativate </ a > in this callback.</ p >
262
+ It is valid to call < a href ="../classes/RxStomp.html#deactivate "> RxStomp#deactivate </ a > in this callback.</ p >
263
263
< p > As of version 0.1.1, this callback can be
264
264
< a href ="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/async_function "> async</ a >
265
265
(i.e., it can return a
266
266
< a href ="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Promise "> Promise</ a > ).
267
267
In that case connect will be called only after the Promise is resolved.
268
268
This can be used to reliably fetch credentials, access token etc. from some other service
269
269
in an asynchronous way.</ p >
270
- < p > As of 0.3.5, this callback will receive [RxStomp](@link RxStomp) as parameter.</ p >
270
+ < p > As of 0.3.5, this callback will receive < a href =" ../classes/ RxStomp.html " > RxStomp </ a > as parameter.</ p >
271
271
< p > Maps to: < a href ="../classes/Client.html#beforeConnect "> Client#beforeConnect</ a > </ p >
272
272
</ div >
273
273
</ td >
@@ -559,7 +559,7 @@ <h3 id="inputs">
559
559
< tr >
560
560
< td class ="col-md-4 ">
561
561
< div class ="io-description "> < p > Incoming heartbeat interval in milliseconds. Set to 0 to disable.</ p >
562
- < p > Maps to: [ Client#heartbeatIncoming]{@ Client#heartbeatIncoming} </ p >
562
+ < p > Maps to: < a href =" ../classes/ Client.html #heartbeatIncoming" > Client#heartbeatIncoming</ a > </ p >
563
563
</ div >
564
564
</ td >
565
565
</ tr >
@@ -705,7 +705,7 @@ <h3 id="inputs">
705
705
< tr >
706
706
< td class ="col-md-4 ">
707
707
< div class ="io-description "> < p > Automatically reconnect with delay in milliseconds, set to 0 to disable.</ p >
708
- < p > Maps to: [ Client#reconnectDelay]{@ Client#reconnectDelay} </ p >
708
+ < p > Maps to: < a href =" ../classes/ Client.html #reconnectDelay" > Client#reconnectDelay</ a > </ p >
709
709
</ div >
710
710
</ td >
711
711
</ tr >
@@ -934,14 +934,14 @@ <h3 id="inputs">
934
934
/**
935
935
* Automatically reconnect with delay in milliseconds, set to 0 to disable.
936
936
*
937
- * Maps to: [Client#reconnectDelay]{@Client#reconnectDelay}
937
+ * Maps to: [Client#reconnectDelay]{@link Client#reconnectDelay}
938
938
*/
939
939
public reconnectDelay?: number;
940
940
941
941
/**
942
942
* Incoming heartbeat interval in milliseconds. Set to 0 to disable.
943
943
*
944
- * Maps to: [Client#heartbeatIncoming]{@Client#heartbeatIncoming}
944
+ * Maps to: [Client#heartbeatIncoming]{@link Client#heartbeatIncoming}
945
945
*/
946
946
public heartbeatIncoming?: number;
947
947
@@ -1001,7 +1001,7 @@ <h3 id="inputs">
1001
1001
* Callback, invoked on before a connection connection to the STOMP broker.
1002
1002
*
1003
1003
* You can change configuration of the rxStomp, which will impact the immediate connect.
1004
- * It is valid to call [RxStomp#decativate ]{@link RxStomp#deactivate} in this callback.
1004
+ * It is valid to call [RxStomp#deactivate ]{@link RxStomp#deactivate} in this callback.
1005
1005
*
1006
1006
* As of version 0.1.1, this callback can be
1007
1007
* [async](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/async_function)
@@ -1011,7 +1011,7 @@ <h3 id="inputs">
1011
1011
* This can be used to reliably fetch credentials, access token etc. from some other service
1012
1012
* in an asynchronous way.
1013
1013
*
1014
- * As of 0.3.5, this callback will receive [RxStomp]( @link RxStomp) as parameter.
1014
+ * As of 0.3.5, this callback will receive [RxStomp]{ @link RxStomp} as parameter.
1015
1015
*
1016
1016
* Maps to: [Client#beforeConnect]{@link Client#beforeConnect}
1017
1017
*/
0 commit comments