installation
title: Installation
nexAction is a dependency for several Nexus packages. Install it directly only if you want to author custom triggers or use it in your own bundle.
Download
- GitHub
- NPM
npm install nexaction
Install in Nexus
- Download
nexaction.min.js. - Create a new Script or Package in the Reflexes panel.
- Paste the contents of the file into the script and save.
- Ensure it loads before packages that call
nexAction. - Reload the client.
If you use prompt based triggers, install eventStream before nexAction.
Verify
- In the developer console, run:
typeof nexAction. - Confirm
nexAction.triggersandnexAction.aliasesare defined.