Preparing search index...
The search index is not available
Trova Core - v3.43.0
Trova Core
@trova-trip/trova-services
services
UserContextService
Interface UserContextService
interface
UserContextService
{
executeInContext
(
contextValue
:
undefined
|
null
|
BaseUser
,
callback
:
()
=>
void
,
)
:
void
;
executeInContextAsync
(
contextValue
:
undefined
|
null
|
BaseUser
,
callback
:
()
=>
Promise
<
void
>
,
)
:
Promise
<
void
>
;
get
()
:
undefined
|
BaseUser
;
getOriginal
()
:
undefined
|
BaseUser
;
middleware
(
req
:
Request
,
res
:
any
,
next
:
()
=>
void
)
:
void
;
}
Hierarchy (
View Summary
)
ContextService
<
BaseUser
,
Request
>
UserContextService
Index
Methods
execute
In
Context
execute
In
Context
Async
get
get
Original
middleware
Methods
execute
In
Context
executeInContext
(
contextValue
:
undefined
|
null
|
BaseUser
,
callback
:
()
=>
void
,
)
:
void
Parameters
contextValue
:
undefined
|
null
|
BaseUser
callback
:
()
=>
void
Returns
void
execute
In
Context
Async
executeInContextAsync
(
contextValue
:
undefined
|
null
|
BaseUser
,
callback
:
()
=>
Promise
<
void
>
,
)
:
Promise
<
void
>
Parameters
contextValue
:
undefined
|
null
|
BaseUser
callback
:
()
=>
Promise
<
void
>
Returns
Promise
<
void
>
get
get
()
:
undefined
|
BaseUser
Returns
undefined
|
BaseUser
get
Original
getOriginal
()
:
undefined
|
BaseUser
Returns
undefined
|
BaseUser
middleware
middleware
(
req
:
Request
,
res
:
any
,
next
:
()
=>
void
)
:
void
Parameters
req
:
Request
res
:
any
next
:
()
=>
void
Returns
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
execute
In
Context
execute
In
Context
Async
get
get
Original
middleware
Trova Core - v3.43.0
Loading...