TLObjectStoreAccess
Access level for object-store lane record types (see objectTypes on the room).
Object-lane records (e.g. comments) are gated by this per-session value instead of the document-lane isReadonly flag, so a session can be allowed to write objects without being allowed to edit the document ("can comment but not edit"), or vice versa.
type TLObjectStoreAccess = "read" | "write";Prev
TLCustomMessageHandlerNext
TLPresenceMode