@dxos/client
Preparing search index...
invitations
InvitationsProxy
Class InvitationsProxy
Implements
Invitations
Index
Constructors
constructor
Accessors
accepted
created
is
Open
saved
Methods
close
get
Invitation
Options
join
open
share
Constructors
constructor
new
InvitationsProxy
(
_invitationsService
:
InvitationsService
,
_identityService
:
undefined
|
IdentityService
,
_getInvitationContext
:
()
=>
Partial
<
Invitation
>
&
Pick
<
Invitation
,
"kind"
>
,
)
:
InvitationsProxy
Parameters
_invitationsService
:
InvitationsService
_identityService
:
undefined
|
IdentityService
_getInvitationContext
:
()
=>
Partial
<
Invitation
>
&
Pick
<
Invitation
,
"kind"
>
Returns
InvitationsProxy
Accessors
accepted
get
accepted
()
:
MulticastObservable
<
AuthenticatingInvitationObservable
[]
>
Returns
MulticastObservable
<
AuthenticatingInvitationObservable
[]
>
created
get
created
()
:
MulticastObservable
<
CancellableInvitationObservable
[]
>
Returns
MulticastObservable
<
CancellableInvitationObservable
[]
>
is
Open
get
isOpen
()
:
boolean
Returns
boolean
saved
get
saved
()
:
MulticastObservable
<
Invitation
[]
>
@test-only
Returns
MulticastObservable
<
Invitation
[]
>
Methods
close
close
()
:
Promise
<
void
>
Returns
Promise
<
void
>
get
Invitation
Options
getInvitationOptions
()
:
Invitation
Returns
Invitation
join
join
(
invitation
:
string
|
Invitation
,
deviceProfile
?:
DeviceProfileDocument
,
)
:
AuthenticatingInvitationObservable
Parameters
invitation
:
string
|
Invitation
Optional
deviceProfile
:
DeviceProfileDocument
Returns
AuthenticatingInvitationObservable
open
open
()
:
Promise
<
void
>
Returns
Promise
<
void
>
share
share
(
options
?:
Partial
<
Invitation
>
)
:
CancellableInvitationObservable
Parameters
Optional
options
:
Partial
<
Invitation
>
Returns
CancellableInvitationObservable
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Accessors
accepted
created
is
Open
saved
Methods
close
get
Invitation
Options
join
open
share
@dxos/client
Loading...
@test-only