@substrate-system/dom
Preparing search index...
byId
Variable byId
Const
byId
:
(
elementId
:
string
)
=>
null
|
HTMLElement
= ...
Type declaration
(
elementId
:
string
)
:
null
|
HTMLElement
Returns the first element within node's descendants whose ID is elementId.
MDN Reference
Parameters
elementId
:
string
Returns
null
|
HTMLElement
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