Search
Preparing search index...
The search index is not available
reacting-squirrel
Options
All
Public
Public/Protected
All
Inherited
Only exported
Menu
Globals
"server/index.d"
Module "server/index.d"
Index
Namespaces
Utils
Classes
Layout
Plugin
Server
Session
Socket
Socket
Class
Interfaces
IApp
Config
ILayout
Props
ILayout
Props
Initial
Data
IMiddleware
IRender
Layout
Data
IRequest
IResponse
ISocket
Event
Type aliases
Http
Method
Route
Callback
Type aliases
Http
Method
Http
Method
:
"get"
|
"post"
|
"put"
|
"delete"
Route
Callback
Route
Callback
:
(
req
:
IRequest
, res
:
IResponse
, next
:
(
err
?:
Error
, data
?:
{
data
?:
any
;
layout
?:
typeof
Layout
;
scripts
?:
Array
<
string
>
;
styles
?:
Array
<
string
>
;
title
?:
string
}
)
=>
void
)
=>
void
Type declaration
(
req
:
IRequest
, res
:
IResponse
, next
:
(
err
?:
Error
, data
?:
{
data
?:
any
;
layout
?:
typeof
Layout
;
scripts
?:
Array
<
string
>
;
styles
?:
Array
<
string
>
;
title
?:
string
}
)
=>
void
)
:
void
Parameters
req:
IRequest
res:
IResponse
next:
(
err
?:
Error
, data
?:
{
data
?:
any
;
layout
?:
typeof
Layout
;
scripts
?:
Array
<
string
>
;
styles
?:
Array
<
string
>
;
title
?:
string
}
)
=>
void
(
err
?:
Error
, data
?:
{
data
?:
any
;
layout
?:
typeof
Layout
;
scripts
?:
Array
<
string
>
;
styles
?:
Array
<
string
>
;
title
?:
string
}
)
:
void
Parameters
Optional
err:
Error
Optional
data:
{
data
?:
any
;
layout
?:
typeof
Layout
;
scripts
?:
Array
<
string
>
;
styles
?:
Array
<
string
>
;
title
?:
string
}
Optional
data
?:
any
Optional
layout
?:
typeof
Layout
Optional
scripts
?:
Array
<
string
>
Optional
styles
?:
Array
<
string
>
Optional
title
?:
string
Returns
void
Returns
void
Globals
"app/index.d"
"server/index.d"
Layout
Plugin
Server
Session
Socket
Socket
Class
IApp
Config
ILayout
Props
ILayout
Props
Initial
Data
IMiddleware
IRender
Layout
Data
IRequest
IResponse
ISocket
Event
Http
Method
Route
Callback
Generated using
TypeDoc