Skip to content

agent-playground / Exports / IPlaygroundConnectionStatus

Interface: IPlaygroundConnectionStatus

Table of contents

Properties

Properties

connected

connected: boolean

Defined in

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


authenticated

authenticated: boolean

Defined in

agent-playground/src/lib/playground/websocket-client.ts:35


connectionId

Optional connectionId: string

Defined in

agent-playground/src/lib/playground/websocket-client.ts:36


lastActivity

Optional lastActivity: Date

Defined in

agent-playground/src/lib/playground/websocket-client.ts:37


error

Optional error: string

Defined in

agent-playground/src/lib/playground/websocket-client.ts:38

Released under the MIT License.