Skip to main content
Module

x/domdom/mod.ts>Hodor

The proactive web framework for the unprofessional - Deno build
Latest
interface Hodor
Re-export
import { type Hodor } from "https://deno.land/x/domdom@v4.12.0/mod.ts";

Properties

path: string
paths: string[]
element: Domode | null
isHodor: boolean

Methods

filter(filter: Filter): Hodor
filterOn(path: string, filter: FilterOn): Hodor
sort(sort: Sorter): Hodor
sortOn(path: string, sort: SorterOn): Hodor
map(map: Function): Hodor
listen(path: string): void
stower(i: number, stower: Stower): void
mounted(): void
destroy(): void
off(): void
or(or: Function): void