owservable
Preparing search index...
SubscriptionMethodsType
Type Alias SubscriptionMethodsType
type
SubscriptionMethodsType
=
{
complete
?:
()
=>
void
;
error
?:
(
err
:
any
)
=>
void
;
next
:
(
value
:
any
)
=>
void
|
Promise
<
void
>
;
}
Index
Properties
complete?
error?
next
Properties
Optional
complete
complete
?:
()
=>
void
Optional
error
error
?:
(
err
:
any
)
=>
void
next
next
:
(
value
:
any
)
=>
void
|
Promise
<
void
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
complete
error
next
owservable
Loading...