Documentation
Preparing search index...
@saltcorn/types
base_types
PluginFunction
Type Alias PluginFunction
type
PluginFunction
=
{
arguments
?:
string
[]
|
FieldLike
[]
;
isAsync
?:
boolean
;
returns
?:
string
;
run
:
(
...
arg0
:
any
[]
)
=>
any
;
}
Index
Properties
arguments?
is
Async?
returns?
run
Properties
Optional
arguments
arguments
?:
string
[]
|
FieldLike
[]
Optional
is
Async
isAsync
?:
boolean
Optional
returns
returns
?:
string
run
run
:
(
...
arg0
:
any
[]
)
=>
any
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
arguments
is
Async
returns
run
Documentation
Loading...