@sodazone/ocelloids-client - v2.5.2
Preparing search index...
types
OnDemandSubscriptionHandlers
Type Alias OnDemandSubscriptionHandlers<T>
Handlers for on-demand subscription creation.
type
OnDemandSubscriptionHandlers
<
T
>
=
{
onError
?:
(
err
:
any
)
=>
void
;
onSubscriptionCreated
?:
(
sub
:
Subscription
<
T
>
)
=>
void
;
onSubscriptionError
?:
(
err
:
SubscriptionError
)
=>
void
;
}
Type Parameters
T
Index
Properties
on
Error?
on
Subscription
Created?
on
Subscription
Error?
Properties
Optional
on
Error
onError
?:
(
err
:
any
)
=>
void
Optional
on
Subscription
Created
onSubscriptionCreated
?:
(
sub
:
Subscription
<
T
>
)
=>
void
Optional
on
Subscription
Error
onSubscriptionError
?:
(
err
:
SubscriptionError
)
=>
void
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
on
Error
on
Subscription
Created
on
Subscription
Error
@sodazone/ocelloids-client - v2.5.2
Loading...
Handlers for on-demand subscription creation.