Skip to main content
Module

x/live/deps.ts>TimerScheduledEvent

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

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

Properties

type: "timer_scheduled"
until: Date
timerId: string