LogoRobo.js
Packages@robojs/mock

StageConnectionState

Interface: StageConnectionState

State for a connected stage client

Properties

PropertyTypeDescription
authenticatedbooleanWhether connection has been authenticated
connectedAtnumberWhen this connection was established
idstringUnique connection ID
lastSeqnumberLast sequence number sent to this client
sessionIdstringSession this connection belongs to
subscribedChannelsSet<string>Channels this client is subscribed to (for filtering)

On this page