Interface: StoreTraceEvent
June 19, 2026 ยท View on GitHub
coaction / api-docs / StoreTraceEvent
Interface: StoreTraceEvent
Defined in: packages/core/src/interface.ts:33
Trace envelope emitted before and after a store method executes.
Properties
id
id:
string
Defined in: packages/core/src/interface.ts:37
The id of the method.
method
method:
string
Defined in: packages/core/src/interface.ts:41
The method name.
parameters?
optionalparameters:any[]
Defined in: packages/core/src/interface.ts:49
The parameters of the method.
result?
optionalresult:any
Defined in: packages/core/src/interface.ts:53
The result of the method.
sliceKey?
optionalsliceKey:string
Defined in: packages/core/src/interface.ts:45
The slice key.