MCPcopy
hub / github.com/KaTeX/KaTeX / MathDomNode

Interface MathDomNode

src/mathMLTree.ts:31–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29 "mstyle" | "mpadded" | "mphantom" | "mglyph";
30
31export interface MathDomNode extends VirtualNode {
32 toText(): string;
33}
34
35export type documentFragment = DocumentFragment<MathDomNode>;
36export function newDocumentFragment(

Callers 4

toNodeMethod · 0.65
toTextMethod · 0.65
toTextMethod · 0.65
mathmlBuilderFunction · 0.65

Implementers 4

MathNodesrc/mathMLTree.ts
TextNodesrc/mathMLTree.ts
SpaceNodesrc/mathMLTree.ts
DocumentFragmentsrc/tree.ts

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…