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