Constructor
new BackendResult(csvString, parsedResults)
Create a new BackendResult instance.
Parameters:
| Name | Type | Description |
|---|---|---|
csvString |
string | The raw CSV string from the backend. |
parsedResults |
Array.<EngineResult> | The parsed engine results. |
- Source:
Methods
getCsvString() → {string}
Get the raw CSV string from the backend.
- Source:
Returns:
The CSV string.
- Type
- string
getParsedResults() → {Array.<EngineResult>}
Get the parsed results array.
- Source:
Returns:
The parsed engine results.
- Type
- Array.<EngineResult>