XpmBuildConfiguration.templateBuildConfigurationName property
The template build configuration name, if derived from a template.
Signature
readonly templateBuildConfigurationName?: string;
Remarks
For template-generated configurations, this preserves the original template name containing Liquid variables (e.g., release-{{ matrix.arch }}), while buildConfigurationName holds the expanded concrete name.
Usage:
- Undefined for regular (non-template) configurations.
- Set to the template name for configurations generated from matrix expansion.
- Used to determine whether full JSON substitution is needed during initialisation (templates require complete substitution, regular configurations only substitute specific fields).
- Enables tracing and debugging of template expansion process.
Generated via tsdoc2docusaurus 1.3.0-pre by API Extractor/Documenter 7.55.2.