Skip to main content
Module

x/lume/core/events.ts>EventOptions

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

The available options for events

Properties

optional
once: boolean

To indicate that the listener should be invoked at most once after being added

optional
signal: AbortSignal

The listener will be removed when the given AbortSignal object's abort() method is called