Skip to main content

XpmBuildConfiguration._actions property

The actions associated with this build configuration.

Signature

protected _actions: XpmActions | undefined;

Remarks

This actions collection is created during configuration initialisation and combines inherited actions with local action definitions.

Action assembly workflow:

  1. Undefined until XpmBuildConfiguration.initialise() is called.
  2. Collect actions from all inherited configurations in the inheritance chain.
  3. Create new XpmActions collection with inherited actions map and local action definitions.
  4. Actions inherit the configuration's substitution variables context, including properties and matrix parameters.

Actions are accessible after configuration initialisation but remain themselves uninitialised until retrieved and initialised individually, maintaining the lazy evaluation pattern.


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