Skip to main content
zerotal

Documentation


Documentation / @zerotal/monitor / WsAction

Interface: WsAction

Defined in: monitor/src/store/types.ts:362

A single Flow WebSocket action with its request-scoped context.

Properties

id

id: number

Defined in: monitor/src/store/types.ts:364

Stable id (the action's recorded timestamp) — keys the expandable row across pages.


component

component: string

Defined in: monitor/src/store/types.ts:365


action

action: string

Defined in: monitor/src/store/types.ts:366


ms

ms: number

Defined in: monitor/src/store/types.ts:367


ok

ok: boolean

Defined in: monitor/src/store/types.ts:368


user

user: string | null

Defined in: monitor/src/store/types.ts:369


ip

ip: string | null

Defined in: monitor/src/store/types.ts:370


nplus

nplus: boolean

Defined in: monitor/src/store/types.ts:371


memKb

memKb: number

Defined in: monitor/src/store/types.ts:373

Process heap (KB) at action completion — the per-action memory proxy.


queries

queries: RequestQuery[]

Defined in: monitor/src/store/types.ts:374


context

context: Record<string, unknown>

Defined in: monitor/src/store/types.ts:375


when

when: string

Defined in: monitor/src/store/types.ts:376