Skip to main content

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:

  1. User-facing identification when listing or executing actions.
  2. Logging and diagnostic output to track action lifecycle.
  3. 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.