Preparing search index...
The search index is not available
yorkie-js-sdk
yorkie-js-sdk
PresenceChangedEvent
Interface PresenceChangedEvent<P>
interface
PresenceChangedEvent
<
P
>
{
source
:
OpSource
;
type
:
PresenceChanged
;
value
:
{
clientID
:
string
;
presence
:
P
;
}
;
}
Type Parameters
P
extends
Indexable
Hierarchy
BaseDocEvent
PresenceChangedEvent
Index
Properties
source
type
value
Properties
source
source
:
OpSource
type
type
:
PresenceChanged
value
value
:
{
clientID
:
string
;
presence
:
P
;
}
Type declaration
clientID
:
string
presence
:
P
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
source
type
value
yorkie-js-sdk
Loading...