Semantic Math Editor
Options
All
Public
Public/Protected
All
Inherited
Only exported
Menu
Math
Point
constructor
cell
cell
Avoid
Parentheses
Wrap
cell
Border
Visible
errors
name
symbols
terms
type
Hierarchy
MathStructure
MathPoint
Index
Constructors
constructor
Properties
cell
cell
Avoid
Parentheses
Wrap
cell
Border
Visible
errors
name
symbols
terms
type
Constructors
constructor
new
Math
Point
(
terms
:
MathStructure
[]
, parenthesesSymbol
?:
MathSymbol
, commaSymbols
?:
MathSymbol
[]
, errors
?:
SemanticError
[]
)
:
MathPoint
Parameters
terms:
MathStructure
[]
Optional
parenthesesSymbol:
MathSymbol
Optional
commaSymbols:
MathSymbol
[]
Optional
errors:
SemanticError
[]
Returns
MathPoint
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
:
{
commas
:
MathSymbol
[]
;
parentheses
?:
MathSymbol
}
Type declaration
commas
:
MathSymbol
[]
Optional
parentheses
?:
MathSymbol
terms
terms
:
MathStructure
[]
type
type
:
MathNodeType
Generated using
TypeDoc