Console
React Lib
REST API
Preparing search index...
The search index is not available
Integration App SDK - v1.9.0
Integration App SDK
Formula
Eval
Class Eval
Hierarchy (
view full
)
Base
Eval
Index
Constructors
constructor
Properties
type
args
value
operator
Key
operand
Methods
resolve
Value
to
String
get
Variable
Locators
get
Available
Operators
get
Operator
get
Value
get
Schema
to
Object
transform
Vars
Constructors
constructor
new
Eval
(
args
,
formulaValue
)
:
Eval
Parameters
args
:
any
formulaValue
:
any
Returns
Eval
Properties
type
type
:
DataBuilderFormulaType
args
args
:
any
value
value
:
any
operator
Key
operator
Key
:
string
operand
operand
:
any
Methods
resolve
Value
resolve
Value
(
params
)
:
Promise
<
any
>
Parameters
params
:
ResolveFormulaParams
Returns
Promise
<
any
>
to
String
to
String
(
_variablesSchema
?
)
:
string
Parameters
Optional
_variablesSchema
:
any
Returns
string
get
Variable
Locators
get
Variable
Locators
(
)
:
string
[]
Returns
string
[]
get
Available
Operators
get
Available
Operators
(
variablesSchema
)
:
EvalOperator
[]
Parameters
variablesSchema
:
DataSchema
Returns
EvalOperator
[]
get
Operator
get
Operator
(
variablesSchema
)
:
EvalOperator
Parameters
variablesSchema
:
any
Returns
EvalOperator
get
Value
get
Value
(
variables
)
:
boolean
Parameters
variables
:
any
Returns
boolean
Deprecated
Use
resolveValue
instead.
get
Schema
get
Schema
(
)
:
{
type
:
string
;
}
Returns
{
type
:
string
;
}
type
:
string
to
Object
to
Object
(
)
:
{
$eval
:
any
;
}
Returns
{
$eval
:
any
;
}
$eval
:
any
transform
Vars
transform
Vars
(
transformations
)
:
undefined
|
{
$eval
:
any
;
}
Parameters
transformations
:
any
Returns
undefined
|
{
$eval
:
any
;
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
type
args
value
operator
Key
operand
Methods
resolve
Value
to
String
get
Variable
Locators
get
Available
Operators
get
Operator
get
Value
get
Schema
to
Object
transform
Vars
Console
React Lib
REST API
Integration App SDK - v1.9.0
Loading...
Deprecated
Use
resolveValue
instead.