Skip to content

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.

getPlugins(): ReadonlyMap<string, unknown>

ReadonlyMap<string, unknown>