Preparing search index...
The search index is not available
@ably/chat - v0.2.1
@ably/chat
chat-js
TypingEvent
Interface TypingEvent
Represents a typing event.
interface
TypingEvent
{
get
currentlyTyping
():
Set
<
string
>
;
}
Index
Accessors
currently
Typing
Accessors
currently
Typing
get
currentlyTyping
(
)
:
Set
<
string
>
Get a set of clientIds that are currently typing.
Returns
Set
<
string
>
Settings
Member Visibility
External
Theme
OS
Light
Dark
On This Page
Accessors
currently
Typing
@ably/chat - v0.2.1
Loading...
Represents a typing event.