XpmActions.jsonActions property
The JSON object containing action definitions from the package manifest.
Signature
readonly jsonActions: JsonActions;
Remarks
This object holds the raw action definitions as they appear in the package.json xpack.actions section or within a build configuration's actions. Action definitions can be:
- Simple strings: Single command to execute.
- String arrays: Multiple commands executed sequentially.
- Template objects: With
matrixandtemplateproperties for generating multiple actions from a single definition.
Template action names (containing {{ markers) trigger matrix expansion during initialisation, creating concrete actions from the Cartesian product of matrix parameter values.
Generated via tsdoc2docusaurus 1.3.0-pre by API Extractor/Documenter 7.55.2.