Skip to main content

XpmPackage.packageFolderPath property

The absolute path to the package folder.

Signature

packageFolderPath: string;

Remarks

This path serves as the base folder for all package operations, including reading/writing package.json and resolving relative paths.

Path requirements:

  1. Must be an absolute path to a folder.
  2. Folder should contain (or will contain) a package.json file.
  3. Used to construct the path to package.json as {packageFolderPath}/package.json.
  4. Remains constant throughout the lifecycle of the XpmPackage instance.

The path is set during construction and used by all methods that access or modify package.json.


Generated via tsdoc2docusaurus 1.3.0-pre by API Extractor/Documenter 7.55.2.