Methods
(static) getRosettaJSFromFormula(rosettajs, input) → {String}
Get javascript code converted from formula
Parameters:
Name | Type | Description |
---|---|---|
rosettajs | Object | rosetta API object |
input | String | formula string |
Throws:
- if formula type is not supported
- Type
- Error
Returns:
- javascript code
- Type:
- String