Preparing search index...
The search index is not available
melonjs
melonjs
<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
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
get
Element
By
Id
melonjs
Loading...
Returns the first element within node's descendants whose ID is elementId.
MDN Reference