@unimicro/plugin-types
v0.1.6
Published
Type declarations for the Unimicro Plugin Host API. Types only — this package ships no JavaScript.
Readme
@unimicro/plugin-types
Type declarations for the Unimicro Plugin Host API — the handle the platform gives a plugin view. Types only: the package contains no JavaScript.
npm install --save-dev @unimicro/plugin-typesAlways a devDependency. The import is type-only and erases at build, so nothing from this package
reaches a plugin artifact.
The major version is what a plugin manifest's apiVersion declares. Within a major, changes are
additive only, and the platform supports the current and previous major at minimum.
Writing plugins is documented in Confluence under Plugin views :: Technical documentation, and the skills that ship with the Unimicro CLI teach it to an AI coding assistant.
