Skip to content

ConnectionChange

ConnectionChange = object

Defined in: packages/editor/src/types/editor.ts:289

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:290


value

value: "online" | "offline"

Defined in: packages/editor/src/types/editor.ts:291