ConnectionChange
ConnectionChange =
object
Defined in: packages/editor/src/types/editor.ts:307
The editor was either connected or disconnected to the network To show out of sync warnings etc when in collaborative mode.
Properties
type
type:
"connection"
Defined in: packages/editor/src/types/editor.ts:308
value
value:
"online"
|"offline"
Defined in: packages/editor/src/types/editor.ts:309