XpmAction.jsonAction property
The JSON definition of the action commands.
Signature
readonly jsonAction: JsonActionContent;
Remarks
This holds the raw command definition as it appears in package.json, before variable substitution. The format can be:
- Simple string: Single command line.
- String array: Multiple commands for sequential execution.
The definition is preserved in its original form to enable:
- Creating copies of inherited actions with identical definitions.
- Deferred template evaluation during
XpmAction.initialise(). - Re-evaluation if needed with different variable contexts.
This immutable storage ensures actions can be safely copied and initialised multiple times without side effects.
Generated via tsdoc2docusaurus 1.3.0-pre by API Extractor/Documenter 7.55.2.