JSSM, a JavaScript state machine - the FSM for FSL
    Preparing search index...

    Interface NonElementParentNode

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

    Hierarchy (View Summary)

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

      MDN Reference

      Parameters

      • elementId: string

      Returns Element