data-cap
Preparing search index...
runtime
SubscribeFn
Type Alias SubscribeFn<TEvent>
SubscribeFn
:
(
handlers
:
SubscriptionHandlers
<
TEvent
>
)
=>
()
=>
void
Opens a shared subscription's transport; the returned function tears it down.
Type Parameters
TEvent
Type Declaration
(
handlers
:
SubscriptionHandlers
<
TEvent
>
)
:
()
=>
void
Parameters
handlers
:
SubscriptionHandlers
<
TEvent
>
Returns
()
=>
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
data-cap
Loading...
Opens a shared subscription's transport; the returned function tears it down.