Semantic Math Editor
Options
All
Public
Public/Protected
All
Inherited
Only exported
Menu
Math
Product
constructor
cell
cell
Avoid
Parentheses
Wrap
cell
Border
Visible
errors
index
lower
Bound
name
sequence
symbols
type
upper
Bound
Hierarchy
MathStructure
MathProduct
Index
Constructors
constructor
Properties
cell
cell
Avoid
Parentheses
Wrap
cell
Border
Visible
errors
index
lower
Bound
name
sequence
symbols
type
upper
Bound
Constructors
constructor
new
Math
Product
(
sequence
:
MathStructure
, index
:
MathStructure
, lowerBound
:
MathStructure
, upperBound
:
MathStructure
, productSymbol
?:
MathSymbol
, eqSymbol
?:
MathSymbol
, errors
?:
SemanticError
[]
)
:
MathProduct
Parameters
sequence:
MathStructure
index:
MathStructure
lowerBound:
MathStructure
upperBound:
MathStructure
Optional
productSymbol:
MathSymbol
Optional
eqSymbol:
MathSymbol
Optional
errors:
SemanticError
[]
Returns
MathProduct
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
[]
index
index
:
MathStructure
lower
Bound
lower
Bound
:
MathStructure
name
name
:
MathNodeName
sequence
sequence
:
MathStructure
symbols
symbols
:
{
equality
?:
MathSymbol
;
product
?:
MathSymbol
}
Type declaration
Optional
equality
?:
MathSymbol
Optional
product
?:
MathSymbol
type
type
:
MathNodeType
upper
Bound
upper
Bound
:
MathStructure
Generated using
TypeDoc