Skip to content

playground / Exports / IPlaygroundWebSocketMessage

Interface: IPlaygroundWebSocketMessage

Indexable

▪ [key: string]: TUniversalValue

Table of contents

Properties

Properties

type

type: TPlaygroundWebSocketMessageType

Defined in

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


timestamp

timestamp: string

Defined in

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


data

Optional data: TUniversalValue

Defined in

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


userId

Optional userId: string

Defined in

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


sessionId

Optional sessionId: string

Defined in

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

Released under the MIT License.