@grandlinex/kernel
Preparing search index...
XActionEvent
Type Alias XActionEvent<G, B>
type
XActionEvent
<
G
=
JwtToken
|
null
,
B
=
any
>
=
{
agent
:
BaseUserAgent
;
body
:
B
;
data
:
G
;
extension
:
IExtensionInterface
;
next
:
XNextFc
;
req
:
XRequest
;
res
:
XResponse
;
sendError
:
(
code
:
number
,
error
:
Partial
<
ErrorType
>
)
=>
void
;
}
Type Parameters
G
=
JwtToken
|
null
B
=
any
Index
Properties
agent
body
data
extension
next
req
res
send
Error
Properties
agent
agent
:
BaseUserAgent
body
body
:
B
data
data
:
G
extension
extension
:
IExtensionInterface
next
next
:
XNextFc
req
req
:
XRequest
res
res
:
XResponse
send
Error
sendError
:
(
code
:
number
,
error
:
Partial
<
ErrorType
>
)
=>
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
agent
body
data
extension
next
req
res
send
Error
@grandlinex/kernel
Loading...