Membrane SDK - v0.2.1
Console
React Lib
REST API
Preparing search index...
Formula
Base
Class Base<ArgsType>
Abstract
Type Parameters
ArgsType
=
any
Hierarchy (
View Summary
)
Base
And
Case
Concat
Copy
DomainFromEmail
Eval
ExtractDate
ExtractTime
FindAppRecordId
FindExternalRecordId
FirstName
FirstNotEmpty
Formula
.
Formula
Iterate
Jsonata
LastName
Lookup
Map
MergeObjects
Or
Plain
Record
Tpl
Var
DataSchemaRef
Implements
DataBuilderFormula
Index
Constructors
constructor
Properties
type
args
Methods
resolve
Value
get
Schema
to
Object
to
String
get
Variable
Locators
transform
Vars
get
Value
Constructors
constructor
new
Base
<
ArgsType
=
any
>
(
type
:
DataBuilderFormulaType
,
args
:
ArgsType
,
)
:
Base
<
ArgsType
>
Type Parameters
ArgsType
=
any
Parameters
type
:
DataBuilderFormulaType
args
:
ArgsType
Returns
Base
<
ArgsType
>
Properties
type
type
:
DataBuilderFormulaType
args
args
:
ArgsType
Methods
resolve
Value
resolveValue
(
params
:
ResolveFormulaParams
)
:
Promise
<
any
>
Parameters
params
:
ResolveFormulaParams
Returns
Promise
<
any
>
Abstract
get
Schema
getSchema
(
variablesSchema
:
any
)
:
any
Parameters
variablesSchema
:
any
Returns
any
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
Abstract
get
Value
getValue
(
variables
:
any
)
:
any
Parameters
variables
:
any
Returns
any
Deprecated
Use
resolveValue
instead.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
type
args
Methods
resolve
Value
get
Schema
to
Object
to
String
get
Variable
Locators
transform
Vars
get
Value
Console
React Lib
REST API
Membrane SDK - v0.2.1
Loading...
Deprecated
Use
resolveValue
instead.