@squidcloud/client
    Preparing search index...

    Class ConnectionDetails

    Provides information about the connection to the Squid Server.

    Index

    Accessors

    • get clientId(): string

      A unique client ID that is assigned to the client. This client ID is also available to the different backend function in the context object. Note: The client ID may change after a long disconnect.

      Returns string

    • get connected(): boolean

      Whether the Squid Client SDK is currently connected to the Squid Server.

      Returns boolean

    Methods

    • Returns an observable that emits true when the client is connected to the server and false when the client is disconnected from the server.

      Returns Observable<boolean>