interface NonElementParentNode {
    getElementById(elementId): Element;
}

Hierarchy

Methods

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

    Parameters

    • elementId: string

    Returns Element

Generated using TypeDoc