Applies visitor to the all given semantic math tries.
Factory method that creates MathEditorAPI.
Factory method that creates MathEditor.
to mount math editor
true for multiline expression, for example system of equations or matrix.
Factory method that creates MathEditorRenderable using given renderer. Currently there is only one renderer that uses Katex.
Return ClientReact that includes all the given ClientRects.
Executes callback for every MathSymbol in a given MathStructure.
given semantic tree
Returns true if the virtual keyboard is shown.
Shows virtual keyboard for the given editor.
whether hide the virtual keyboard on blur or not
Returns a description of the current expression as human readable math text.
Recursively traverse given math tree and executes callback on every MathStructure.
given semantic tree
Recursively traverse given math tree and executes callback on every MathSymbol.
given semantic tree
Generated using TypeDoc
Applies visitor to the given semantic math tree.