Kotlin Wrappers API Reference
Toggle table of contents
common
js
Platform filter
common
js
Switch theme
kotlin-browser
/
web.mathml
Package-level
declarations
Types
Functions
Types
Math
ML
Link copied to clipboard
object
MathML
MATHML_
NAMESPACE
Link copied to clipboard
object
MATHML_NAMESPACE
:
ElementNamespace
Math
MLElement
Link copied to clipboard
open
class
MathMLElement
:
Element
,
ElementCSSInlineStyle
,
GlobalEventHandlers
,
HTMLOrSVGElement
MDN Reference
Math
MLTag
Name
Link copied to clipboard
sealed
interface
MathMLTagName
<
T
:
MathMLElement
>
Functions
create
Element
Link copied to clipboard
js
fun
<
T
:
MathMLElement
>
Document
.
createElement
(
tagName
:
MathMLTagName
<
T
>
)
:
T
Math
MLTag
Name
Link copied to clipboard
inline
fun
<
T
:
MathMLElement
>
MathMLTagName
(
tagName
:
String
)
:
MathMLTagName
<
T
>