Skip to content

onion-interceptorDocs


接口: Opeartion()

Operation 接口扩展了 Middleware 类型,表示一个操作。 操作对象包含一个特殊的键,用于标识它是一个操作。

继承

Opeartion(ctx, next): Promise<any>

参数

参数名类型
ctxContext
nextNext<any>

返回值类型

Promise<any>

查看源码

types.ts:202

Properties

[isOpeartionKey]

[isOpeartionKey]: boolean

查看源码

types.ts:203

Released under the MIT License.