Skip to main content
Module

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

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

Methods

getElementById(elementId: string): Element | null

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