Documentation
Preparing search index...
@saltcorn/types
base_types
TableProvider
Type Alias TableProvider
type
TableProvider
=
{
configuration_workflow
:
(
req
?:
Req
)
=>
AbstractWorkflow
;
fields
:
(
cfg
:
GenObj
)
=>
Promise
<
FieldLike
[]
>
;
get_table
:
(
cfg
:
GenObj
)
=>
Partial
<
AbstractTable
>
;
}
Index
Properties
configuration_
workflow
fields
get_
table
Properties
configuration_
workflow
configuration_workflow
:
(
req
?:
Req
)
=>
AbstractWorkflow
fields
fields
:
(
cfg
:
GenObj
)
=>
Promise
<
FieldLike
[]
>
get_
table
get_table
:
(
cfg
:
GenObj
)
=>
Partial
<
AbstractTable
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
configuration_
workflow
fields
get_
table
Documentation
Loading...