Preparing search index...
The search index is not available
TESSA Web API
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
Modules
Application.
App
Application.DI
DI_
Interfaces
Application.
Extensions
Application.
Http
Application.
Localization
Application.
Session
Core.
Annotation
Core.
Common
Core.
Debug
Core.
Error
Core.
Formatting
Core.
Guid
Core.
Scope
Core.
Serialization
Core.
Storage
Core.
Validation
Platform.
Business
Calendar
Business
Calendar
Request
Types
Calendar
Days
Platform.
Cards
Platform.
Cards.
Common
Platform.
Cards.
Extensions
Platform.
Cards.
Metadata
Platform.
Cards.
Service
Platform.
Cards.
Types
Platform.
Cards.
Validation
Platform.
Cards.
Workflow
Platform.
Content
Platform.
Content.
Avatar
Platform.
Files
Platform.
Formatting
Platform.
Forums
Platform.
Initialization
Platform.
Operations
Platform.
Placeholders
Platform.
Scheme
Platform.
Tags
Platform.
Validation
Platform.
Views
Platform.
Views.
Export
Platform.
Views.
Extensions
Platform.
Views.
Metadata
Platform.
Views.
Search
Queries
Platform.
Views.
Service
Platform.
Workflow
Platform.
Workflow.
Kr
Process
Platform.
Workflow.
Signals
Platform.
Workplaces
Platform.
Workplaces.
Extensions
Platform.
Workplaces.
Metadata
Platform.
Workplaces.
Service
Platform.
Workplaces.
Visitors
UI.
Common
UI.
View
Model
TESSA Web API
Application.Http
HttpHooksContext
Class HttpHooksContext
Hierarchy
ScopeContextBase
HttpHooksContext
Index
Constructors
constructor
Properties
hooks
Accessors
parent
current
has
Current
Methods
get
All
Hooks
on
Scope
Dispose
on
Scope
Invoke
create
Constructors
constructor
new
Http
Hooks
Context
(
hooks
:
readonly
Partial
<
Omit
<
HttpInterceptor
<
HttpOptions
>
,
keyof
Extension
<
ExtensionContext
>
>
>
[]
)
:
HttpHooksContext
Parameters
hooks:
readonly
Partial
<
Omit
<
HttpInterceptor
<
HttpOptions
>
,
keyof
Extension
<
ExtensionContext
>
>
>
[]
Returns
HttpHooksContext
Properties
Readonly
hooks
hooks
:
readonly
Partial
<
Omit
<
HttpInterceptor
<
HttpOptions
>
,
keyof
Extension
<
ExtensionContext
>
>
>
[]
Accessors
parent
get
parent
(
)
:
null
|
HttpHooksContext
Returns
null
|
HttpHooksContext
Static
current
get
current
(
)
:
null
|
HttpHooksContext
Returns
null
|
HttpHooksContext
Static
has
Current
get
hasCurrent
(
)
:
boolean
Returns
boolean
Methods
get
All
Hooks
get
All
Hooks
(
)
:
readonly
Partial
<
Omit
<
HttpInterceptor
<
HttpOptions
>
,
keyof
Extension
<
ExtensionContext
>
>
>
[]
Returns
readonly
Partial
<
Omit
<
HttpInterceptor
<
HttpOptions
>
,
keyof
Extension
<
ExtensionContext
>
>
>
[]
on
Scope
Dispose
on
Scope
Dispose
(
_scope
:
IScopeInstance
<
ScopeContextBase
>
)
:
void
Parameters
_scope:
IScopeInstance
<
ScopeContextBase
>
Returns
void
on
Scope
Invoke
on
Scope
Invoke
(
_scope
:
IScopeInstance
<
ScopeContextBase
>
)
:
void
Parameters
_scope:
IScopeInstance
<
ScopeContextBase
>
Returns
void
Static
create
create
(
context
:
null
|
HttpHooksContext
)
:
IScopeInstance
<
HttpHooksContext
>
Parameters
context:
null
|
HttpHooksContext
Returns
IScopeInstance
<
HttpHooksContext
>
Generated using
TypeDoc