Integration App SDK - v0.2.0
Console
React Lib
REST API
Preparing search index...
@membranehq/sdk
DataBuilderFormula
Interface DataBuilderFormula
interface
DataBuilderFormula
{
resolveValue
(
params
:
ResolveFormulaParams
)
:
Promise
<
unknown
>
;
getValue
(
variables
:
any
)
:
any
;
getSchema
(
variablesSchema
:
any
)
:
any
;
toObject
()
:
any
;
toString
(
variablesSchema
?:
any
)
:
string
;
}
Implemented by
Base
Index
Methods
resolve
Value
get
Value
get
Schema
to
Object
to
String
Methods
resolve
Value
resolveValue
(
params
:
ResolveFormulaParams
)
:
Promise
<
unknown
>
Parameters
params
:
ResolveFormulaParams
Returns
Promise
<
unknown
>
get
Value
getValue
(
variables
:
any
)
:
any
Parameters
variables
:
any
Returns
any
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
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
resolve
Value
get
Value
get
Schema
to
Object
to
String
Console
React Lib
REST API
Integration App SDK - v0.2.0
Loading...