Skip to content

playground / Exports / IPlaygroundConnectionStatus

Interface: IPlaygroundConnectionStatus

Table of contents

Properties

Properties

connected

connected: boolean

Defined in

playground/src/lib/playground/websocket-client.ts:23


authenticated

authenticated: boolean

Defined in

playground/src/lib/playground/websocket-client.ts:24


connectionId

Optional connectionId: string

Defined in

playground/src/lib/playground/websocket-client.ts:25


lastActivity

Optional lastActivity: Date

Defined in

playground/src/lib/playground/websocket-client.ts:26


error

Optional error: string

Defined in

playground/src/lib/playground/websocket-client.ts:27

Released under the MIT License.