Membrane SDK - v0.3.0
Console
React Lib
REST API
Preparing search index...
Formula
Tpl
Class Tpl
Hierarchy (
View Summary
)
Base
Tpl
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
Tpl
(
args
:
TplFormulaArgs
)
:
Tpl
Parameters
args
:
TplFormulaArgs
Returns
Tpl
Properties
type
type
:
DataBuilderFormulaType
args
args
:
TplFormulaArgs
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
)
:
string
Parameters
variables
:
any
Returns
string
Deprecated
Use
resolveValue
instead.
resolve
Value
resolveValue
(
params
:
ResolveFormulaParams
)
:
Promise
<
undefined
|
string
>
Parameters
params
:
ResolveFormulaParams
Returns
Promise
<
undefined
|
string
>
get
Schema
getSchema
()
:
{
type
:
string
}
Returns
{
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.