pond-ts API Reference (core)
    Preparing search index...

    Type Alias EventTrigger

    EventTrigger: Readonly<{ kind: "event" }>

    Per-event emission. The accumulator emits one snapshot per source event push. This is the default for accumulators that don't specify a trigger; calling Trigger.event() explicitly is useful for documentation but produces the same behavior as omitting the option.