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:
- Undefined until
XpmBuildConfiguration.initialise()is called. - Collect actions from all inherited configurations in the inheritance chain.
- Create new
XpmActionscollection with inherited actions map and local action definitions. - 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.