Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

NonElementParentNode

interface NonElementParentNode {
getElementById(elementId: string): Element | null;
}

§Methods

§
getElementById(elementId: string): Element | null
[src]

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