vot.js - v2.4.12
    Preparing search index...

    Interface NonElementParentNode

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

    Hierarchy (View Summary)

    Index

    Methods

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

      MDN Reference

      Parameters

      • elementId: string

      Returns null | Element