OptionalephemeralStore: EphemeralStoreDecode and apply remote ephemeral state from bytes (uses Loro's native decoding).
Encoded ephemeral state from remote peer.
Clean up resources.
Encode all ephemeral state to bytes for transmission (uses Loro's native encoding).
Encoded ephemeral state as byte array.
Get the local user's awareness state.
Current local awareness state or null.
Get all awareness states from all users.
Map of client IDs to their awareness states.
Unregister update listener.
Event type, must be 'update'.
Callback to remove from listeners.
Register update listener.
Event type, must be 'update'.
Callback invoked when awareness state updates.
Set the entire local state.
New awareness state for the local user.
Update a specific field in the local state.
Name of the state field to update.
New value for the field.
Adapter that wraps Loro's EphemeralStore to provide awareness functionality.