Event

interface Event

Represents the type of the events that the client can emit. It can be delivered by Client.events.

Inheritors

Types

Link copied to clipboard
class DocumentChanged(val documentKeys: List<Document.Key>) : Client.Event

Means that the documents of the client has changed.

Link copied to clipboard

Means that the document has synced with the server.