Interface: Options
Properties
| Property | Modifier | Type | Description |
|---|---|---|---|
constants? | readonly | Record<string, any> | A hash of key - value pairs used to convert constants to values. |
functions? | readonly | Record<string, Function> | A hash of key-value pairs used to resolve formula functions. |
reference? | readonly | Reference | A variable resolver factory function. |
tokenRx? | readonly | RegExp | A regular expression used to validate token variables. |