TypingSetEvent

interface TypingSetEvent

Represents a typing event.

Types

Link copied to clipboard
interface Change

Properties

Link copied to clipboard

The change that caused this event.

Link copied to clipboard
abstract val currentlyTyping: Set<String>

The set of user clientIds that are currently typing.

Link copied to clipboard
abstract val type: TypingSetEventType

The type of the event.