Documentation
Preparing search index...
@saltcorn/types
base_types
PluginRoute
Type Alias PluginRoute
type
PluginRoute
=
{
callback
:
(
{ req, res }
:
{
req
:
any
;
res
:
any
}
)
=>
void
;
method
?:
string
;
noCsrf
?:
boolean
;
url
:
string
;
}
Index
Properties
callback
method?
no
Csrf?
url
Properties
callback
callback
:
(
{ req, res }
:
{
req
:
any
;
res
:
any
}
)
=>
void
Optional
method
method
?:
string
Optional
no
Csrf
noCsrf
?:
boolean
url
url
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
callback
method
no
Csrf
url
Documentation
Loading...