@refinio/one.models
    Preparing search index...

    Implements

    Index

    Constructors

    Properties

    Accessors

    Methods

    Constructors

    • Parameters

      • url: string
      • cryptoApi: SymmetricCryptoApiWithKeys
      • onConnect: (
            conn: default,
            localPublicKey: PublicKey,
            remotePublicKey: PublicKey,
            connectionRouteId: string,
        ) => void

      Returns default

    Properties

    id: string

    This is an id that is unique inside a connection group.

    outgoing: true
    type: "OutgoingWebsocketRoute" = OutgoingWebsocketRoute.staticType

    Type is a string that identifies the type of the route.

    For example this is 'OutgoingWebsocketRoute' or 'IncomingWebsocketRouteDirect' ...

    staticType: "OutgoingWebsocketRoute" = 'OutgoingWebsocketRoute'

    Accessors

    Methods