Documentation
Preparing search index...
@saltcorn/data
plugin-helper
get_inbound_relation_opts
Function get_inbound_relation_opts
get_inbound_relation_opts
(
source
:
Table
,
viewname
:
string
,
cache
?:
{
fieldCache
:
Record
<
string
,
Field
[]
>
;
tableIdCache
:
Record
<
number
,
Table
>
;
tableNameCache
:
Record
<
string
,
Table
>
;
}
,
)
:
Promise
<
{
path
:
string
;
views
:
View
[]
}
[]
>
search for relations where an in select to source is possible
Parameters
source
:
Table
viewname
:
string
Optional
cache
:
{
fieldCache
:
Record
<
string
,
Field
[]
>
;
tableIdCache
:
Record
<
number
,
Table
>
;
tableNameCache
:
Record
<
string
,
Table
>
;
}
Returns
Promise
<
{
path
:
string
;
views
:
View
[]
}
[]
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Documentation
Loading...
search for relations where an in select to source is possible