XpmActions.buildConfiguration property
The build configuration this actions collection belongs to, if any.
Signature
readonly buildConfiguration: XpmBuildConfiguration | undefined;
Remarks
This optional reference establishes the hierarchical relationship between actions and build configurations, affecting variable substitution scope and action inheritance.
When defined:
- Actions inherit configuration-specific variables (build folder paths, compiler settings, toolchain properties).
- Actions belong to a specific configuration namespace rather than the package root.
- Logging and diagnostics include the configuration name for context.
When undefined:
- Actions belong to the package root (
xpack.actionsinpackage.json). - Only package-level and global variables are available for substitution.
Generated via tsdoc2docusaurus 1.3.0-pre by API Extractor/Documenter 7.55.2.