Semantic Math Editor
Options
All
Public
Public/Protected
All
Inherited
Only exported
Menu
Math
Placeholder
constructor
cell
cell
Avoid
Parentheses
Wrap
cell
Border
Visible
errors
name
symbols
type
description
Special case of MathError usable as a shortcut to create new empty tree.
Hierarchy
MathError
MathPlaceholder
Index
Constructors
constructor
Properties
cell
cell
Avoid
Parentheses
Wrap
cell
Border
Visible
errors
name
symbols
type
Constructors
constructor
new
Math
Placeholder
(
symbol
?:
MathSymbol
, errors
?:
SemanticError
[]
)
:
MathPlaceholder
Parameters
Optional
symbol:
MathSymbol
Optional
errors:
SemanticError
[]
Returns
MathPlaceholder
Properties
Optional
cell
cell
:
boolean
Optional
cell
Avoid
Parentheses
Wrap
cell
Avoid
Parentheses
Wrap
:
boolean
Optional
cell
Border
Visible
cell
Border
Visible
:
boolean
errors
errors
:
SemanticError
[]
name
name
:
MathNodeName
symbols
symbols
:
{
symbol
?:
MathSymbol
}
Type declaration
Optional
symbol
?:
MathSymbol
type
type
:
MathNodeType
Generated using
TypeDoc
Special case of MathError usable as a shortcut to create new empty tree.