Search
Preparing search index...
The search index is not available
@bloomreach/spa-sdk - v23.4.4
Options
All
Public
Public/Protected
All
Inherited
Menu
@bloomreach/spa-sdk - v23.4.4
express
Internals
HandlerRequest
Interface HandlerRequest
Hierarchy
Partial
<
Pick
<
IncomingMessage
,
"headers"
|
"visitor"
>
>
HandlerRequest
Index
Properties
visitor
Methods
once
Properties
Optional
visitor
visitor
?:
Omit
<
Visitor
,
"new"
>
Methods
Optional
once
once
(
event
:
string
|
symbol
, listener
:
(
(
...
args
:
any
[]
)
=>
void
)
)
:
any
Parameters
event:
string
|
symbol
listener:
(
(
...
args
:
any
[]
)
=>
void
)
(
...
args
:
any
[]
)
:
void
Parameters
Rest
...
args:
any
[]
Returns
void
Returns
any
Modules
express
Internals
index
Handler
Request
visitor
once