Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/blocks/deps.ts>TimerScheduledEvent

Git-based Visual CMS for Deno, </> htmx and Tailwind apps. Deploy on any Deno-compatible host.
Latest
interface TimerScheduledEvent
implements Event
import { type TimerScheduledEvent } from "https://deno.land/x/blocks@1.75.0/deps.ts";

TimerScheduledEvent is the event that is raised when a timer is scheduled.

Properties

type: "timer_scheduled"
until: Date
timerId: string