Skip to main content
Module

x/lume_plugin_ci/deps.ts>Site#addEventListener

Lume plugin for CI information
Go to Latest
method Site.prototype.addEventListener
Re-export
import { Site } from "https://deno.land/x/lume_plugin_ci@v0.1.0/deps.ts";

Add a listener to an event

Parameters

type: SiteEventType
listener: EventListener<SiteEvent> | string
optional
options: EventOptions