XpmAction.actionName property
The name of the action.
Signature
readonly actionName: string;
Remarks
This is the final, expanded action name used for identification and execution. For template-generated actions, this is the concrete name after matrix substitution (e.g., test-x64 rather than test-{{ matrix.arch }}).
The name is used for:
- User-facing identification when listing or executing actions.
- Logging and diagnostic output to track action lifecycle.
- Creating copies of inherited actions with preserved names.
Names must be unique within the actions collection, enforced during XpmActions.initialise().
Generated via tsdoc2docusaurus 1.3.0-pre by API Extractor/Documenter 7.55.2.