Interface: StoreTraceEvent

June 19, 2026 ยท View on GitHub

coaction


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?

optional parameters: any[]

Defined in: packages/core/src/interface.ts:49

The parameters of the method.


result?

optional result: any

Defined in: packages/core/src/interface.ts:53

The result of the method.


sliceKey?

optional sliceKey: string

Defined in: packages/core/src/interface.ts:45

The slice key.