expression-builder
Home > @genesislcap/expression-builder
expression-builder package
Classes
Class | Description |
---|---|
ExpressionBuilder | (BETA) Top level component to allow the user to build expressions. It produces a generic payload which doesn't have any system by itself to evaluate or execute the built expression. The basics required to work with this component: ExpressionBuilder.config property to configure and input data and models into the component. _Event_ change - |
Namespaces
Namespace | Description |
---|---|
Config | |
Types |
Variables
Variable | Description |
---|---|
formatDateString | (BETA) Gets the string representation from a Used to convert a javascript date object into the required string format expected by the expression builder. |
formatDateTimeString | (BETA) Gets the string representation from a Used to convert a javascript date object into the required string format expected by the expression builder. |