haredo
Preparing search index...
types
SubscribeOptions
Interface SubscribeOptions
interface
SubscribeOptions
{
args
?:
SubscribeArguments
;
exclusive
?:
boolean
;
noAck
?:
boolean
;
onClose
:
(
reason
:
Error
|
null
)
=>
void
;
parseJson
?:
boolean
;
prefetch
?:
number
;
}
Index
Properties
args?
exclusive?
no
Ack?
on
Close
parse
Json?
prefetch?
Properties
Optional
args
args
?:
SubscribeArguments
Optional
exclusive
exclusive
?:
boolean
Optional
no
Ack
noAck
?:
boolean
on
Close
onClose
:
(
reason
:
Error
|
null
)
=>
void
Optional
parse
Json
parseJson
?:
boolean
Optional
prefetch
prefetch
?:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
args
exclusive
no
Ack
on
Close
parse
Json
prefetch
haredo
Loading...