Skip to main content

BuildConfiguration.name property

The build configuration name after substitution.

Signature

readonly name: string;

Remarks

This is the final, expanded configuration name used for identification and selection. For template-generated configurations, this is the concrete name after matrix substitution (e.g., release-x64 rather than release-{{ matrix.arch }}).

The name is used for:

  1. User-facing identification when listing or selecting configurations.
  2. Build folder path generation (default: build/{name}).
  3. Logging and diagnostic output to track configuration lifecycle.
  4. Inheritance references from other configurations.

Names must be unique within the configurations collection, enforced during BuildConfigurations.initialise().


Generated via tsdoc2docusaurus 1.3.2 by API Extractor/Documenter 7.57.2.