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