Semantic Math Editor
Options
All
Public
Public/Protected
All
Inherited
Only exported
Menu
Math
Interval
constructor
cell
cell
Avoid
Parentheses
Wrap
cell
Border
Visible
errors
interval
Type
left
Bound
name
right
Bound
symbols
type
Hierarchy
MathStructure
MathInterval
Index
Constructors
constructor
Properties
cell
cell
Avoid
Parentheses
Wrap
cell
Border
Visible
errors
interval
Type
left
Bound
name
right
Bound
symbols
type
Constructors
constructor
new
Math
Interval
(
intervalType
:
MathBracketsType
, leftBound
:
MathStructure
, rightBound
:
MathStructure
, parenSymbol
?:
MathSymbol
, commaSymbol
?:
MathSymbol
, errors
?:
SemanticError
[]
)
:
MathInterval
Parameters
intervalType:
MathBracketsType
leftBound:
MathStructure
rightBound:
MathStructure
Optional
parenSymbol:
MathSymbol
Optional
commaSymbol:
MathSymbol
Optional
errors:
SemanticError
[]
Returns
MathInterval
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
[]
interval
Type
interval
Type
:
MathBracketsType
left
Bound
left
Bound
:
MathStructure
name
name
:
MathNodeName
right
Bound
right
Bound
:
MathStructure
symbols
symbols
:
{
comma
?:
MathSymbol
;
parentheses
?:
MathSymbol
}
Type declaration
Optional
comma
?:
MathSymbol
Optional
parentheses
?:
MathSymbol
type
type
:
MathNodeType
Generated using
TypeDoc