Skip to main content

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:

  1. Actions inherit configuration-specific variables (build folder paths, compiler settings, toolchain properties).
  2. Actions belong to a specific configuration namespace rather than the package root.
  3. Logging and diagnostics include the configuration name for context.

When undefined:

  1. Actions belong to the package root (xpack.actions in package.json).
  2. Only package-level and global variables are available for substitution.

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