Skip to content
Sheetwrite

Sheetwrite / Documentation

SyncConnectionState@sheetwrite/core

Host-controlled online state reported by synchronization.

Host-controlled online state reported by synchronization.

Declaration

export type SyncConnectionState =
"offline" | "connecting" | "online" | "error" | "destroyed";