On this page

Interface NonElementParentNode

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

Hierarchy (View Summary)

Index

Methods

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

    MDN Reference

    Parameters

    • elementId: string

    Returns Element | null

Was this helpful?
SDK JS
Reference
NonElementParentNode