Skip to main content

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:

  1. Simple strings: Single command to execute.
  2. String arrays: Multiple commands executed sequentially.
  3. Template objects: With matrix and template properties 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.