Skip to main content
Version: 2.0.x

Interceptor

@agros/common / Interceptor

Interface: Interceptor

Table of contents

Properties

Properties

intercept

intercept: <T, R>(context?: T, ...args: any[]) => R | Promise<R>

Type declaration

▸ <T, R>(context?, ...args): R | Promise<R>

Type parameters
NameType
Tany
Rundefined
Parameters
NameType
context?T
...argsany[]
Returns

R | Promise<R>

Defined in

agros-tools/lib/types.d.ts:141