Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/lume/core.ts>WatchEvent

🔥 Static site generator for Deno 🦕
Very Popular
Go to Latest
interface WatchEvent
implements Event
Re-export
import { type WatchEvent } from "https://deno.land/x/lume@v1.15.3/core.ts";

Custom events for server

Properties

type: WatchEventType

The event type

optional
files: Set<string>

The list of changed files (only for "change" events)

optional
error: Error

The error object (only for "error" events)