Documentation / @zerotal/monitor / ConnectedClient
Interface: ConnectedClient
Defined in: monitor/src/store/types.ts:380
One currently-connected Flow WebSocket client.
Properties
id
id:
string
Defined in: monitor/src/store/types.ts:381
ip
ip:
string
Defined in: monitor/src/store/types.ts:382
user
user:
string|null
Defined in: monitor/src/store/types.ts:384
Authenticated user (email/id), or null if no action has identified them yet.
connectedFor
connectedFor:
string
Defined in: monitor/src/store/types.ts:385
lastActivity
lastActivity:
string
Defined in: monitor/src/store/types.ts:386
actions
actions:
number
Defined in: monitor/src/store/types.ts:387