Membrane SDK - v0.3.0
Console
React Lib
REST API
Preparing search index...
Formula
MergeObjects
Class MergeObjects
Hierarchy (
View Summary
)
Base
MergeObjects
Index
Constructors
constructor
Properties
type
args
Methods
to
Object
to
String
get
Variable
Locators
transform
Vars
get
Value
resolve
Value
get
Schema
Constructors
constructor
new
MergeObjects
(
args
:
any
[]
)
:
MergeObjects
Parameters
args
:
any
[]
Returns
MergeObjects
Properties
type
type
:
DataBuilderFormulaType
args
args
:
any
Methods
to
Object
toObject
()
:
any
Returns
any
to
String
toString
(
_variablesSchema
?:
any
)
:
string
Parameters
Optional
_variablesSchema
:
any
Returns
string
get
Variable
Locators
getVariableLocators
()
:
string
[]
Returns
string
[]
transform
Vars
transformVars
(
transformations
:
any
)
:
any
Parameters
transformations
:
any
Returns
any
get
Value
getValue
(
variables
:
any
)
:
undefined
|
{}
Parameters
variables
:
any
Returns
undefined
|
{}
Deprecated
Use
resolveValue
instead.
resolve
Value
resolveValue
(
params
:
ResolveFormulaParams
)
:
Promise
<
any
>
Parameters
params
:
ResolveFormulaParams
Returns
Promise
<
any
>
get
Schema
getSchema
(
variablesSchema
:
any
,
)
:
{
type
:
string
;
properties
:
{}
}
|
{
type
:
string
}
Parameters
variablesSchema
:
any
Returns
{
type
:
string
;
properties
:
{}
}
|
{
type
:
string
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
type
args
Methods
to
Object
to
String
get
Variable
Locators
transform
Vars
get
Value
resolve
Value
get
Schema
Console
React Lib
REST API
Membrane SDK - v0.3.0
Loading...
Deprecated
Use
resolveValue
instead.