Skip to main content
Module

x/evt/lib/types/lib.dom.ts>NonElementParentNode

💧EventEmitter's typesafe replacement
Latest
interface NonElementParentNode
import { type NonElementParentNode } from "https://deno.land/x/evt@v2.5.7/lib/types/lib.dom.ts";

Methods

getElementById(elementId: string): Element | null

Returns the first element within node's descendants whose ID is elementId.