palm-sync
    Preparing search index...

    Interface SyncServerEvents

    Events emitted by SyncServer.

    interface SyncServerEvents {
        connect: (connection: SyncConnection) => void;
        disconnect: (connection: SyncConnection) => void;
    }
    Index

    Properties

    Properties

    connect: (connection: SyncConnection) => void
    disconnect: (connection: SyncConnection) => void