文档中心/本页总览Interface Plugins<C_MAP>组件插件。 Properties pluginsplugins: Readonly<{}>组件插件的描述。 Methods getPluginContextgetPluginContext<K>(kind: K): any | undefined获取组件插件的上下文。参数参数名类型描述kindK组件插件的类型。返回值any | undefined setPluginContextsetPluginContext<K>(kind: K, context: any): void设置组件插件的上下文。参数参数名类型描述kindK组件插件的类型。contextany组件插件的上下文。返回值void
组件插件的类型。