Integration App SDK - v1.14.0
Console
React Lib
REST API
Preparing search index...
@integration-app/sdk
ResolveFormulaParams
Interface ResolveFormulaParams
Parameters used to resolve formulas.
interface
ResolveFormulaParams
{
variables
?:
unknown
;
schema
?:
DataSchema
;
getDataCollection
?:
(
key
:
string
,
parameters
?:
Record
<
string
,
unknown
>
,
)
=>
Promise
<
DataCollectionSpec
>
;
getInternalDataSchema
?:
(
key
:
string
)
=>
Promise
<
DataSchema
>
;
}
Index
Properties
variables?
schema?
get
Data
Collection?
get
Internal
Data
Schema?
Properties
Optional
variables
variables
?:
unknown
Variables used in formulas
Optional
schema
schema
?:
DataSchema
Optional
get
Data
Collection
getDataCollection
?:
(
key
:
string
,
parameters
?:
Record
<
string
,
unknown
>
,
)
=>
Promise
<
DataCollectionSpec
>
Optional
get
Internal
Data
Schema
getInternalDataSchema
?:
(
key
:
string
)
=>
Promise
<
DataSchema
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
variables
schema
get
Data
Collection
get
Internal
Data
Schema
Console
React Lib
REST API
Integration App SDK - v1.14.0
Loading...
Parameters used to resolve formulas.