MCPcopy
hub / github.com/the1812/Bilibili-Evolved / PluginSetupParameters

Interface PluginSetupParameters

src/plugins/plugin.ts:8–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6
7/** 插件初始化时的传入参数, 可以解构并调用 */
8export interface PluginSetupParameters {
9 coreApis: CoreApis
10 addData: typeof addData
11 addHook: typeof addHook
12 registerData: typeof registerData
13 registerAndGetData: typeof registerAndGetData
14 getHook: typeof getHook
15}
16
17/** 插件基本信息 */
18export interface PluginMinimalData extends FeatureBase {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected