Membrane SDK - v0.3.0
Console
React Lib
REST API
Preparing search index...
Formula
Formula
Class Formula
Hierarchy (
View Summary
)
Base
Formula
Index
Constructors
constructor
Properties
type
args
Methods
to
Object
to
String
get
Variable
Locators
get
Value
resolve
Value
get
Schema
transform
Vars
Constructors
constructor
new
Formula
(
args
:
any
)
:
Formula
.
Formula
Parameters
args
:
any
Returns
Formula
.
Formula
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
[]
get
Value
getValue
(
variables
:
any
)
:
any
Parameters
variables
:
any
Returns
any
Deprecated
Use
resolveValue
instead.
resolve
Value
resolveValue
(
params
:
ResolveFormulaParams
)
:
Promise
<
any
>
Parameters
params
:
ResolveFormulaParams
Returns
Promise
<
any
>
get
Schema
getSchema
()
:
undefined
Returns
undefined
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
args
Methods
to
Object
to
String
get
Variable
Locators
get
Value
resolve
Value
get
Schema
transform
Vars
Console
React Lib
REST API
Membrane SDK - v0.3.0
Loading...
Deprecated
Use
resolveValue
instead.