XpmAction._commands property
The array of command strings after variable substitution.
Signature
protected _commands?: string[];
Remarks
This array contains the fully evaluated command lines ready for execution, with all Liquid template variables substituted.
Lifecycle states:
- Undefined initially and until
XpmAction.initialise()is called. - Populated during initialisation by evaluating
jsonActionwith the Liquid engine and complete variable context. - Array-based JSON definitions are joined, substituted, then split back into individual command lines.
- Each string represents one command line to be executed sequentially.
Attempting to access via the commands getter before initialisation will trigger an assertion error, enforcing correct usage order.
Generated via tsdoc2docusaurus 1.3.0-pre by API Extractor/Documenter 7.55.2.