Documentation
Preparing search index...
@kehto/services
CordnCoordinatorSubscription
Interface CordnCoordinatorSubscription
interface
CordnCoordinatorSubscription
{
result
:
Promise
<
{
subscribed
:
true
}
>
;
stream
:
AsyncIterable
<
CordnGroupMessage
>
;
abort
(
reason
?:
string
)
:
Promise
<
void
>
;
}
Index
Properties
result
stream
Methods
abort
Properties
result
result
:
Promise
<
{
subscribed
:
true
}
>
stream
stream
:
AsyncIterable
<
CordnGroupMessage
>
Methods
abort
abort
(
reason
?:
string
)
:
Promise
<
void
>
Parameters
Optional
reason
:
string
Returns
Promise
<
void
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
result
stream
Methods
abort
Documentation
Loading...