Attachable
interface Attachable
Attachable is an interface for resources that can be attached to a client.
Inheritors
Functions
Link copied to clipboard
Link copied to clipboard
getStatus returns the status of this resource.
Link copied to clipboard
hasLocalChanges returns whether this resource has local changes to be synchronized. Returns true for Document when there are uncommitted changes. Returns false for Presence as it is server-managed.
Link copied to clipboard
publish publishes an event to notify observers about changes in this resource.