• Similar to html but for MathML elements.

    Type Parameters

    • T extends "annotation" | "annotation-xml" | "maction" | "math" | "merror" | "mfrac" | "mi" | "mmultiscripts" | "mn" | "mo" | "mover" | "mpadded" | "mphantom" | "mprescripts" | "mroot" | "mrow" | "ms" | "mspace" | "msqrt" | "mstyle" | "msub" | "msubsup" | "msup" | "mtable" | "mtd" | "mtext" | "mtr" | "munder" | "munderover" | "semantics"

    Parameters

    Returns MathMLElementBuilder<T>

Properties

annotation: MathMLElementBuilder<"annotation">
annotation-xml: MathMLElementBuilder<"annotation-xml">
maction: MathMLElementBuilder<"maction">
math: MathMLElementBuilder<"math">
merror: MathMLElementBuilder<"merror">
mfrac: MathMLElementBuilder<"mfrac">
mmultiscripts: MathMLElementBuilder<"mmultiscripts">
mover: MathMLElementBuilder<"mover">
mpadded: MathMLElementBuilder<"mpadded">
mphantom: MathMLElementBuilder<"mphantom">
mprescripts: MathMLElementBuilder<"mprescripts">
mroot: MathMLElementBuilder<"mroot">
mrow: MathMLElementBuilder<"mrow">
mspace: MathMLElementBuilder<"mspace">
msqrt: MathMLElementBuilder<"msqrt">
mstyle: MathMLElementBuilder<"mstyle">
msub: MathMLElementBuilder<"msub">
msubsup: MathMLElementBuilder<"msubsup">
msup: MathMLElementBuilder<"msup">
mtable: MathMLElementBuilder<"mtable">
mtext: MathMLElementBuilder<"mtext">
munder: MathMLElementBuilder<"munder">
munderover: MathMLElementBuilder<"munderover">
semantics: MathMLElementBuilder<"semantics">