Skip to main content

XpmLiquidSubstitutionsVariables.configuration property

The build configuration exposed to Liquid templates.

Signature

configuration?: {
name: string;
[key: string]: any;
};

Remarks

Available only when processing templates within a build configuration context (actions, dependencies, properties belonging to a specific configuration).

Contains the configuration name and all configuration properties, allowing templates to reference the current build context:

  • {{ configuration.name }}: The build configuration name.
  • {{ configuration.properties.key }}: Configuration-specific settings.

Undefined when processing package-level templates.


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