Documentation / @zerotal/flow / index / CallFrame
Interface: CallFrame
Defined in: flow/src/types.ts:96
Outbound WS frame sent by the client to the server.
Properties
type
type:
"call"
Defined in: flow/src/types.ts:97
component
component:
string
Defined in: flow/src/types.ts:98
method
method:
string
Defined in: flow/src/types.ts:99
args
args:
unknown[]
Defined in: flow/src/types.ts:100
updates
updates:
Record<string,unknown>
Defined in: flow/src/types.ts:101
snapshot
snapshot:
Snapshot
Defined in: flow/src/types.ts:102