Editor API Reference - v1.1.4
    Preparing search index...

    Class RealtimeConnection

    Handles connecting and communicating with the Realtime server.

    Hierarchy

    • Events
      • RealtimeConnection
    Index

    Constructors

    Accessors

    Methods

    • Connect to the realtime server

      Parameters

      • url: string

        The server URL

      Returns void

    • Gets a sharedb document

      Parameters

      • collection: string

        The collection name

      • id: number

        The document id

      Returns any

      The sharedb document

    • Send message to server

      Parameters

      • name: string

        The message name

      • data: object

        The message data

      Returns void