Interface ConnectionStatusParams

interface ConnectionStatusParams {
    forTransport: ConnectionType;
    path?: string;
}

Properties

Properties

forTransport: ConnectionType

Transport for which the connection status is retrieved.

path?: string

The path of the Ditto string. If you omit this, it will fetch the first registered Ditto value.