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

x/capsid/src/decorators/pub.ts

💊 Declarative DOM programming library. Lightweight (1.79 kb).
Latest
import * as capsid from "https://deno.land/x/capsid@v1.8.2/src/decorators/pub.ts";

Variables

Publishes the given event to the elements which has sub:${event} class. For example @pub('foo') publishes the foo event to the elements which have sub:foo class.