CellError
Constructors
Section titled “Constructors”constructor
Section titled “constructor”+ new CellError(type: ErrorType, message?: undefined | string, root?: FormulaVertex): CellError
Defined in src/Cell.ts:149
Parameters:
| Name | Type |
|---|---|
type | ErrorType |
message? | undefined | string |
root? | FormulaVertex |
Returns: CellError
Properties
Section titled “Properties”message
Section titled “message”• message? : undefined | string
Defined in src/Cell.ts:152
• root? : FormulaVertex
Defined in src/Cell.ts:153
• type: ErrorType
Defined in src/Cell.ts:151
Methods
Section titled “Methods”attachRootVertex
Section titled “attachRootVertex”▸ attachRootVertex(vertex: FormulaVertex): CellError
Defined in src/Cell.ts:165
Parameters:
| Name | Type |
|---|---|
vertex | FormulaVertex |
Returns: CellError
parsingError
Section titled “parsingError”▸ parsingError(detailedMessage?: undefined | string): CellError
Defined in src/Cell.ts:161
Returns a CellError with a given message.
Parameters:
| Name | Type | Description |
|---|---|---|
detailedMessage? | undefined | string | message to be displayed |
Returns: CellError