Logos DX
Preparing search index...
@logosdx/dom
<internal>
createElementNS
Function createElementNS
createElementNS
(
namespaceURI
:
"http://www.w3.org/1999/xhtml"
,
qualifiedName
:
string
,
)
:
HTMLElement
Creates an element with the specified namespace URI and qualified name.
MDN Reference
Parameters
namespaceURI
:
"http://www.w3.org/1999/xhtml"
qualifiedName
:
string
Returns
HTMLElement
createElementNS
<
K
extends
keyof
SVGElementTagNameMap
>
(
namespaceURI
:
"http://www.w3.org/2000/svg"
,
qualifiedName
:
K
,
)
:
SVGElementTagNameMap
[
K
]
Type Parameters
K
extends
keyof
SVGElementTagNameMap
Parameters
namespaceURI
:
"http://www.w3.org/2000/svg"
qualifiedName
:
K
Returns
SVGElementTagNameMap
[
K
]
createElementNS
(
namespaceURI
:
"http://www.w3.org/2000/svg"
,
qualifiedName
:
string
,
)
:
SVGElement
Parameters
namespaceURI
:
"http://www.w3.org/2000/svg"
qualifiedName
:
string
Returns
SVGElement
createElementNS
<
K
extends
keyof
MathMLElementTagNameMap
>
(
namespaceURI
:
"http://www.w3.org/1998/Math/MathML"
,
qualifiedName
:
K
,
)
:
MathMLElementTagNameMap
[
K
]
Type Parameters
K
extends
keyof
MathMLElementTagNameMap
Parameters
namespaceURI
:
"http://www.w3.org/1998/Math/MathML"
qualifiedName
:
K
Returns
MathMLElementTagNameMap
[
K
]
createElementNS
(
namespaceURI
:
"http://www.w3.org/1998/Math/MathML"
,
qualifiedName
:
string
,
)
:
MathMLElement
Parameters
namespaceURI
:
"http://www.w3.org/1998/Math/MathML"
qualifiedName
:
string
Returns
MathMLElement
createElementNS
(
namespaceURI
:
string
|
null
,
qualifiedName
:
string
,
options
?:
ElementCreationOptions
,
)
:
Element
Parameters
namespaceURI
:
string
|
null
qualifiedName
:
string
Optional
options
:
ElementCreationOptions
Returns
Element
createElementNS
(
namespace
:
string
|
null
,
qualifiedName
:
string
,
options
?:
string
|
ElementCreationOptions
,
)
:
Element
Parameters
namespace
:
string
|
null
qualifiedName
:
string
Optional
options
:
string
|
ElementCreationOptions
Returns
Element
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Logos DX
Loading...
Creates an element with the specified namespace URI and qualified name.
MDN Reference