Semantic Math Editor
Options
All
Public
Public/Protected
All
Inherited
Only exported
Menu
Math
Variable
constructor
cell
cell
Avoid
Parentheses
Wrap
cell
Border
Visible
errors
indexes
is
Greek
name
symbols
type
value
Hierarchy
MathStructure
MathVariable
Index
Constructors
constructor
Properties
cell
cell
Avoid
Parentheses
Wrap
cell
Border
Visible
errors
indexes
is
Greek
name
symbols
type
value
Constructors
constructor
new
Math
Variable
(
value
:
string
, isGreek
:
boolean
, indexes
?:
MathStructure
[]
, variableSymbol
?:
MathSymbol
, rightBoundary
?:
MathSymbol
, commaSymbols
?:
MathSymbol
[]
, errors
?:
SemanticError
[]
)
:
MathVariable
Parameters
value:
string
isGreek:
boolean
Optional
indexes:
MathStructure
[]
Optional
variableSymbol:
MathSymbol
Optional
rightBoundary:
MathSymbol
Optional
commaSymbols:
MathSymbol
[]
Optional
errors:
SemanticError
[]
Returns
MathVariable
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
[]
indexes
indexes
:
MathStructure
[]
= []
is
Greek
is
Greek
:
boolean
name
name
:
MathNodeName
symbols
symbols
:
{
comma
:
MathSymbol
[]
;
rightBoundary
?:
MathSymbol
;
variable
?:
MathSymbol
}
Type declaration
comma
:
MathSymbol
[]
Optional
right
Boundary
?:
MathSymbol
Optional
variable
?:
MathSymbol
type
type
:
MathNodeType
value
value
:
string
Generated using
TypeDoc