Semantic Math Editor
Options
All
Public
Public/Protected
All
Inherited
Only exported
Menu
Math
Limit
constructor
cell
cell
Avoid
Parentheses
Wrap
cell
Border
Visible
errors
func
input
limit
Type
name
symbols
type
value
Hierarchy
MathStructure
MathLimit
Index
Constructors
constructor
Properties
cell
cell
Avoid
Parentheses
Wrap
cell
Border
Visible
errors
func
input
limit
Type
name
symbols
type
value
Constructors
constructor
new
Math
Limit
(
func
:
MathStructure
, input
:
MathStructure
, value
:
MathStructure
, limitType
:
MathLimitType
, limitSymbol
?:
MathSymbol
, arrowSymbol
?:
MathSymbol
, signIndex
?:
MathSymbol
, sign
?:
MathSymbol
, errors
?:
SemanticError
[]
)
:
MathLimit
Parameters
func:
MathStructure
input:
MathStructure
value:
MathStructure
limitType:
MathLimitType
Optional
limitSymbol:
MathSymbol
Optional
arrowSymbol:
MathSymbol
Optional
signIndex:
MathSymbol
Optional
sign:
MathSymbol
Optional
errors:
SemanticError
[]
Returns
MathLimit
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
[]
func
func
:
MathStructure
input
input
:
MathStructure
limit
Type
limit
Type
:
MathLimitType
name
name
:
MathNodeName
symbols
symbols
:
{
arrow
?:
MathSymbol
;
limit
?:
MathSymbol
;
sign
?:
MathSymbol
;
signIndex
?:
MathSymbol
}
Type declaration
Optional
arrow
?:
MathSymbol
Optional
limit
?:
MathSymbol
Optional
sign
?:
MathSymbol
Optional
sign
Index
?:
MathSymbol
type
type
:
MathNodeType
value
value
:
MathStructure
Generated using
TypeDoc