ProjectionRuntime
@gooi/projection-runtime / execute-projection / ProjectionRuntime
Interface: ProjectionRuntime
Defined in: execute-projection.ts:42
Runtime API for deterministic projection execution.
Properties
| Property | Modifier | Type | Defined in |
|---|---|---|---|
executeProjection | readonly | (input) => Promise<ProjectionSemanticExecutionResult> | execute-projection.ts:43 |
rebuildTimelineProjection | readonly | (input) => Promise<RebuildTimelineProjectionResult> | execute-projection.ts:46 |