Membrane React - v0.6.0
Console
SDK
REST API
Preparing search index...
ResolveFormulaParams
Interface ResolveFormulaParams
interface
ResolveFormulaParams
{
variables
?:
unknown
;
schema
?:
DataSchema
;
getDataCollection
?:
(
key
:
string
,
parameters
?:
Record
<
string
,
unknown
>
,
)
=>
Promise
<
{
type
:
"collection"
;
key
?:
string
;
name
:
string
;
parametersSchema
?:
DataSchema
;
fieldsSchema
?:
DataSchema
;
list
?:
{
apiRequests
?:
{
path
:
unknown
;
method
:
unknown
}
[]
;
filterFields
?:
string
[]
;
}
;
search
?:
{
apiRequests
?:
{
path
:
unknown
;
method
:
unknown
}
[]
}
;
match
?:
{
apiRequests
?:
{
path
:
unknown
;
method
:
unknown
}
[]
;
fields
?:
string
[]
;
}
;
findById
?:
{
apiRequests
?:
{
path
:
unknown
;
method
:
unknown
}
[]
}
;
create
?:
{
apiRequests
?:
{
path
:
unknown
;
method
:
unknown
}
[]
;
fields
?:
string
[]
;
requiredFields
?:
string
[]
;
excludedFields
?:
string
[]
;
}
;
update
?:
{
apiRequests
?:
{
path
:
unknown
;
method
:
unknown
}
[]
;
fields
?:
string
[]
;
excludedFields
?:
string
[]
;
}
;
delete
?:
{
apiRequests
?:
{
path
:
unknown
;
method
:
unknown
}
[]
}
;
events
?:
{
created
?:
{
type
:
"push"
|
"pull"
;
isFullScan
?:
boolean
;
isIdOnly
?:
boolean
;
}
;
updated
?:
{
type
:
"push"
|
"pull"
;
isFullScan
?:
boolean
;
isIdOnly
?:
boolean
;
}
;
deleted
?:
{
type
:
"push"
|
"pull"
;
isFullScan
?:
boolean
;
isIdOnly
?:
boolean
;
}
;
all
?:
{
type
:
"push"
|
"pull"
;
isFullScan
?:
boolean
;
isIdOnly
?:
boolean
;
}
;
[
key
:
string
]:
{
type
:
"push"
|
"pull"
;
isFullScan
?:
boolean
;
isIdOnly
?:
boolean
;
}
;
}
;
customFields
?:
boolean
;
udm
?:
Record
<
string
,
{
fields
?:
string
[]
;
extract
?:
Record
<
string
,
any
>
;
parse
?:
Record
<
string
,
any
>
;
}
,
>
;
find
?:
{
apiRequests
?:
{
path
:
unknown
;
method
:
unknown
}
[]
;
queryFields
?:
string
[]
;
}
;
}
,
>
;
getInternalDataSchema
?:
(
key
:
string
)
=>
Promise
<
DataSchema
>
;
resolveImportDataLink
?:
(
options
:
{
dataLinkTableKey
:
string
;
recordId
:
string
}
,
)
=>
Promise
<
undefined
|
string
>
;
resolveExportDataLink
?:
(
options
:
{
dataLinkTableKey
:
string
;
recordId
:
string
}
,
)
=>
Promise
<
undefined
|
string
>
;
resolveLookup
?:
(
__namedParameters
:
{
lookup
:
LookupValue
;
schema
:
undefined
|
DataSchema
;
fullValue
:
unknown
;
}
,
)
=>
Promise
<
undefined
|
string
>
;
fullValue
?:
unknown
;
}
Index
Properties
variables?
schema?
get
Data
Collection?
get
Internal
Data
Schema?
resolve
Import
Data
Link?
resolve
Export
Data
Link?
resolve
Lookup?
full
Value?
Properties
Optional
variables
variables
?:
unknown
Optional
schema
schema
?:
DataSchema
Optional
get
Data
Collection
getDataCollection
?:
(
key
:
string
,
parameters
?:
Record
<
string
,
unknown
>
,
)
=>
Promise
<
{
type
:
"collection"
;
key
?:
string
;
name
:
string
;
parametersSchema
?:
DataSchema
;
fieldsSchema
?:
DataSchema
;
list
?:
{
apiRequests
?:
{
path
:
unknown
;
method
:
unknown
}
[]
;
filterFields
?:
string
[]
;
}
;
search
?:
{
apiRequests
?:
{
path
:
unknown
;
method
:
unknown
}
[]
}
;
match
?:
{
apiRequests
?:
{
path
:
unknown
;
method
:
unknown
}
[]
;
fields
?:
string
[]
;
}
;
findById
?:
{
apiRequests
?:
{
path
:
unknown
;
method
:
unknown
}
[]
}
;
create
?:
{
apiRequests
?:
{
path
:
unknown
;
method
:
unknown
}
[]
;
fields
?:
string
[]
;
requiredFields
?:
string
[]
;
excludedFields
?:
string
[]
;
}
;
update
?:
{
apiRequests
?:
{
path
:
unknown
;
method
:
unknown
}
[]
;
fields
?:
string
[]
;
excludedFields
?:
string
[]
;
}
;
delete
?:
{
apiRequests
?:
{
path
:
unknown
;
method
:
unknown
}
[]
}
;
events
?:
{
created
?:
{
type
:
"push"
|
"pull"
;
isFullScan
?:
boolean
;
isIdOnly
?:
boolean
;
}
;
updated
?:
{
type
:
"push"
|
"pull"
;
isFullScan
?:
boolean
;
isIdOnly
?:
boolean
;
}
;
deleted
?:
{
type
:
"push"
|
"pull"
;
isFullScan
?:
boolean
;
isIdOnly
?:
boolean
;
}
;
all
?:
{
type
:
"push"
|
"pull"
;
isFullScan
?:
boolean
;
isIdOnly
?:
boolean
}
;
[
key
:
string
]:
{
type
:
"push"
|
"pull"
;
isFullScan
?:
boolean
;
isIdOnly
?:
boolean
;
}
;
}
;
customFields
?:
boolean
;
udm
?:
Record
<
string
,
{
fields
?:
string
[]
;
extract
?:
Record
<
string
,
any
>
;
parse
?:
Record
<
string
,
any
>
;
}
,
>
;
find
?:
{
apiRequests
?:
{
path
:
unknown
;
method
:
unknown
}
[]
;
queryFields
?:
string
[]
;
}
;
}
,
>
Optional
get
Internal
Data
Schema
getInternalDataSchema
?:
(
key
:
string
)
=>
Promise
<
DataSchema
>
Optional
resolve
Import
Data
Link
resolveImportDataLink
?:
(
options
:
{
dataLinkTableKey
:
string
;
recordId
:
string
}
,
)
=>
Promise
<
undefined
|
string
>
Optional
resolve
Export
Data
Link
resolveExportDataLink
?:
(
options
:
{
dataLinkTableKey
:
string
;
recordId
:
string
}
,
)
=>
Promise
<
undefined
|
string
>
Optional
resolve
Lookup
resolveLookup
?:
(
__namedParameters
:
{
lookup
:
LookupValue
;
schema
:
undefined
|
DataSchema
;
fullValue
:
unknown
;
}
,
)
=>
Promise
<
undefined
|
string
>
Optional
full
Value
fullValue
?:
unknown
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
variables
schema
get
Data
Collection
get
Internal
Data
Schema
resolve
Import
Data
Link
resolve
Export
Data
Link
resolve
Lookup
full
Value
Console
SDK
REST API
Membrane React - v0.6.0
Loading...