Type Alias: ProjectionDefinition
Generated from SDK v1 (protocol 1) at source revision
97c6bb1. Never edit by hand; runnpm run generate:reference.
Type Alias: ProjectionDefinition
Section titled “Type Alias: ProjectionDefinition”ProjectionDefinition =
object
Defined in: sdk/apis.ts:86
Properties
Section titled “Properties”id:
string
Defined in: sdk/apis.ts:88
kind:
"projection"
Defined in: sdk/apis.ts:87
reduce()
Section titled “reduce()”reduce: (
state,event) =>Readonly<Record<string,unknown>>
Defined in: sdk/apis.ts:89
Parameters
Section titled “Parameters”Readonly<Record<string, unknown>>
Returns
Section titled “Returns”Readonly<Record<string, unknown>>