Optional
initPath: stringPrivate
_rootPrivate
_typePrivate
acceptedPrivate
changesPrivate
currentPrivate
initPrivate
mapReadonly
originReadonly
pluginPrivate
resolvedPrivate
resolvedA fs path to a directory where a plugin is located.
Depending on a plugin format it can be different from path
.
Use path
if you want to resolve something within a plugin, like README.md
file.
Use rootPath
if you want to manipulate the entire plugin location, like delete or move it.
Rest
...types: PluginDeployerEntryType[]Accepted when a handler is telling this location can go live
Rest
...types: PluginDeployerEntryType[]
A fs path to a directory where a plugin is located. Depending on a plugin format it can be different from
path
. Usepath
if you want to resolve something within a plugin, likeREADME.md
file. UserootPath
if you want to manipulate the entire plugin location, like delete or move it.