Skip to main content

XpmDataModel.actions property

The actions collection for this package.

Signature

readonly actions: XpmActions;

Remarks

This collection manages package-level actions defined in xpack.actions, which are globally accessible and not tied to specific build configurations.

Package-level actions characteristics:

  1. Created during construction but initially unpopulated.
  2. Populated during the collection's own initialisation when XpmActions.initialise() is called.
  3. Have access to package-level substitution variables but not configuration-specific variables.
  4. Suitable for package-wide tasks like testing, documentation generation, or global cleanup.
  5. Can be used alongside configuration-specific actions, which inherit from package-level actions.

Generated via tsdoc2docusaurus 1.3.0-pre by API Extractor/Documenter 7.55.2.