@substrate-system/dom
Preparing search index...
byId
Variable byId
Const
byId
:
(
elementId
:
string
)
=>
HTMLElement
|
null
= ...
Type Declaration
(
elementId
:
string
)
:
HTMLElement
|
null
Returns the first element within node's descendants whose ID is elementId.
MDN Reference
Parameters
elementId
:
string
Returns
HTMLElement
|
null
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@substrate-system/dom
Loading...
Returns the first element within node's descendants whose ID is elementId.
MDN Reference