Trilium Backend API
Preparing search index...
<internal>
ILayer
Interface ILayer
interface
ILayer
{
handle
:
(
req
:
Request
,
res
:
Response
,
next
:
NextFunction
)
=>
any
;
keys
:
string
[]
;
method
:
string
;
name
:
string
;
params
?:
Record
<
string
,
any
>
;
path
?:
string
;
regexp
:
RegExp
;
route
?:
IRoute
;
}
Index
Properties
handle
keys
method
name
params?
path?
regexp
route?
Properties
handle
handle
:
(
req
:
Request
,
res
:
Response
,
next
:
NextFunction
)
=>
any
keys
keys
:
string
[]
method
method
:
string
name
name
:
string
Optional
params
params
?:
Record
<
string
,
any
>
Optional
path
path
?:
string
regexp
regexp
:
RegExp
Optional
route
route
?:
IRoute
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
handle
keys
method
name
params
path
regexp
route
Trilium Backend API
Loading...