Skip to content

playground / Exports / IPlaygroundWebSocketAuthenticatedEvent

Interface: IPlaygroundWebSocketAuthenticatedEvent

Table of contents

Properties

Properties

success

success: boolean

Defined in

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


userId

Optional userId: string

Defined in

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


sessionId

Optional sessionId: string

Defined in

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


error

Optional error: string

Defined in

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

Released under the MIT License.