XpmBuildConfiguration._buildFolderRelativePath property
The resolved build folder relative path.
Signature
protected _buildFolderRelativePath?: string;
Remarks
This path specifies where build outputs for this configuration should be placed, computed during initialisation and added back to properties for use in subsequent substitutions.
Computation workflow:
- Undefined until
XpmBuildConfiguration.initialise()is called. - Not computed for hidden configurations (optimization).
- If
buildFolderRelativePathproperty exists, perform Liquid substitution with full configuration context. - Otherwise, generate default path:
build/{sanitized-config-name}. - Added to
properties.buildFolderRelativePathfor use in action commands and dependency references.
The path is relative to the package root and used by build tools to organize outputs from different configurations.
Generated via tsdoc2docusaurus 1.3.0-pre by API Extractor/Documenter 7.55.2.