@dxos/client
Preparing search index...
echo
SubscriptionHandle
Interface SubscriptionHandle
interface
SubscriptionHandle
{
selected
:
Set
<
any
>
;
subscribed
:
boolean
;
unsubscribe
:
()
=>
void
;
update
:
(
selection
:
Selection
)
=>
SubscriptionHandle
;
}
Index
Properties
selected
subscribed
unsubscribe
update
Properties
selected
selected
:
Set
<
any
>
subscribed
subscribed
:
boolean
unsubscribe
unsubscribe
:
()
=>
void
update
update
:
(
selection
:
Selection
)
=>
SubscriptionHandle
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
selected
subscribed
unsubscribe
update
@dxos/client
Loading...