Preparing search index...
The search index is not available
sesaparcours
sesaparcours
types
<internal>
NonElementParentNode
Interface NonElementParentNode
interface
NonElementParentNode
{
getElementById
(
elementId
:
string
)
:
null
|
Element
;
}
Hierarchy (
view full
)
NonElementParentNode
Document
DocumentFragment
Index
Methods
get
Element
By
Id
Methods
get
Element
By
Id
get
Element
By
Id
(
elementId
)
:
null
|
Element
Returns the first element within node's descendants whose ID is elementId.
MDN Reference
Parameters
elementId
:
string
Returns
null
|
Element
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Methods
get
Element
By
Id
sesaparcours
Loading...
Returns the first element within node's descendants whose ID is elementId.
MDN Reference