Type Alias: AdviceContext<T, X>
Less than 1 minute
AspectJS • Docs
Type Alias: AdviceContext<T, X>
AdviceContext<
T
,X
>:AfterContext
<T
,X
> |BeforeContext
<T
,X
> |AfterReturnContext
<T
,X
> |AfterThrowContext
<T
,X
> |AroundContext
<T
,X
> |CompileContext
<T
,X
>
Holds details about execution context that are passed to an advice when it is called.
Type Parameters
• T extends PointcutKind
= PointcutKind
• X = unknown
Defined in
packages/core/src/advice/advice.context.ts:13