Skip to main content

Fetch

@rotorsoft/act-root


@rotorsoft/act-root / act/src / Fetch

Type Alias: Fetch<TEvents>

Fetch<TEvents> = object[]

Defined in: libs/act/src/types/reaction.ts:314

Result of fetching events from the store for processing.

Type Parametersโ€‹

TEventsโ€‹

TEvents extends Schemas

Event schemas.

Type Declarationโ€‹

atโ€‹

readonly at: number

eventsโ€‹

readonly events: Committed<TEvents, keyof TEvents>[]

laggingโ€‹

readonly lagging: boolean

source?โ€‹

readonly optional source?: string

streamโ€‹

readonly stream: string