Interface: PluginContextLike
Minimal structural shape of this.context. We mirror only the method we
touch instead of depending on AppKit’s PluginContext type, which is not
part of the package’s exports map and therefore cannot be imported. Any
compatible object (real PluginContext, mocks, tests) satisfies this shape.
Methods
Section titled “Methods”getPlugins()
Section titled “getPlugins()”getPlugins():
ReadonlyMap<string,unknown>
Returns
Section titled “Returns”ReadonlyMap<string, unknown>