vlocode-project - v2.4.3
Preparing search index...
@vlocode/vlocity
DataMapperFormulaNode
Type Alias DataMapperFormulaNode
DataMapperFormulaNode
:
|
{
type
:
"literal"
;
value
:
unknown
}
|
{
path
:
string
;
type
:
"variable"
}
|
{
argument
:
DataMapperFormulaNode
;
operator
:
string
;
type
:
"unary"
}
|
{
left
:
DataMapperFormulaNode
;
operator
:
string
;
right
:
DataMapperFormulaNode
;
type
:
"binary"
;
}
|
{
args
:
DataMapperFormulaNode
[]
;
name
:
string
;
type
:
"call"
}
Settings
Member Visibility
Protected
Private
Inherited
Theme
OS
Light
Dark
vlocode-project - v2.4.3
Loading...