Skip to main content
Module

x/lume/core/watcher.ts>WatchEvent

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

Custom events for server

Properties

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)