PulseContext
Type. Pulse method context with $flush().
Table of contents
Category
Type
Type import
tsimport type { PulseContext } from "valyrian.js/pulses";Public signature
tstype PulseContext = { $flush: () => void; };Type usage
PulseContext is available as this inside named pulse methods and exposes intermediate async publication through $flush().