Preparing search index...
The search index is not available
Houston Common Library
Houston Common Library
@45drives/houston-common-ui
NonElementParentNode
Interface NonElementParentNode
interface
NonElementParentNode
{
getElementById
(
elementId
:
string
)
:
null
|
Element
;
}
Hierarchy-Diagram
Legend
interface
public property
public method
Hierarchy (
view full
)
NonElementParentNode
Document
DocumentFragment
Index
Methods
get
Element
By
Id
Methods
get
Element
By
Id
get
Element
By
Id
(
elementId
:
string
)
:
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
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
get
Element
By
Id
Official Cockpit API Documentation
Houston Common Library
Loading...
Returns the first element within node's descendants whose ID is elementId.
MDN Reference