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

Hierarchy (view full)

Methods

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

    Parameters

    • elementId: string

    Returns null | Element

Generated using TypeDoc