Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
Options class
- Package:
- adaptive-expressions
Options used to define evaluation behaviors.
Constructors
| Options(Options) | Initializes a new instance of the Options class. |
Properties
| locale | The locale info for evaluating Expressions. |
| nullSubstitution |
Constructor Details
Options(Options)
Property Details
locale
The locale info for evaluating Expressions.
locale: string
Property Value
string
nullSubstitution
nullSubstitution: (path: string) => unknown
Property Value
(path: string) => unknown
