Left Curve Software Stack
Home
GitHub
Preparing search index...
@left-curve/types
SubscriptionCallbacks
Type Alias SubscriptionCallbacks<T>
type
SubscriptionCallbacks
<
T
=
unknown
>
=
{
complete
?:
()
=>
void
;
error
?:
(
error
:
unknown
)
=>
void
;
next
:
(
data
:
T
)
=>
void
;
}
Type Parameters
T
=
unknown
Index
Properties
complete?
error?
next
Properties
Optional
complete
complete
?:
()
=>
void
Optional
error
error
?:
(
error
:
unknown
)
=>
void
next
next
:
(
data
:
T
)
=>
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
complete
error
next
Home
GitHub
Left Curve Software Stack
Loading...