Plugin

Plugin

插件。

Interfaces

Plugin

Methods

onEvent(name, data) → {*}

当指定的钩子事件发生时回调该函数。

Parameters:
Name Type Description
name string

事件名称。

data *

事件发生时的数据。

Returns:

返回处理后的数据。

Type
*