Preparing search index...
The search index is not available
TESSA Web API
TESSA Web API
Application.DI
DI_Interfaces
NextArgs
Interface NextArgs<T>
interface
NextArgs
<
T
=
unknown
>
{
async_plan
?:
boolean
;
avoidConstraints
:
boolean
;
contextInterceptor
:
(
contexts
:
Context
)
=>
Context
;
isMultiInject
:
boolean
;
key
?:
string
|
number
|
symbol
;
serviceIdentifier
:
ServiceIdentifier
<
T
>
;
targetType
:
TargetType
;
value
?:
unknown
;
}
Type Parameters
T
=
unknown
Index
Properties
async_
plan?
avoid
Constraints
context
Interceptor
is
Multi
Inject
key?
service
Identifier
target
Type
value?
Properties
Optional
async_
plan
async_plan
?:
boolean
avoid
Constraints
avoidConstraints
:
boolean
context
Interceptor
contextInterceptor
:
(
contexts
:
Context
)
=>
Context
is
Multi
Inject
isMultiInject
:
boolean
Optional
key
key
?:
string
|
number
|
symbol
service
Identifier
serviceIdentifier
:
ServiceIdentifier
<
T
>
target
Type
targetType
:
TargetType
Optional
value
value
?:
unknown
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
async_
plan
avoid
Constraints
context
Interceptor
is
Multi
Inject
key
service
Identifier
target
Type
value
TESSA Web API
Loading...