HooksType
约 112 字小于 1 分钟
2025-10-13
Karin API Docs / HooksType
类型别名: HooksType
HooksType =
object
定义于: packages/core/src/hooks/index.ts:9
消息钩子系统类型
属性
empty
empty: typeof
empty
定义于: packages/core/src/hooks/index.ts:15
未找到匹配插件钩子
eventCall
eventCall: typeof
eventCall
定义于: packages/core/src/hooks/index.ts:17
事件调用插件钩子
message
message: typeof
message
定义于: packages/core/src/hooks/index.ts:11
消息hook
sendMsg
sendMsg: typeof
sendMsg
定义于: packages/core/src/hooks/index.ts:13
发送消息钩子