# TSAction

Predefined action types for reporting user actions via [`triggerAction()`](/sdk-ref/cordova-ts-accountprotection/drs#triggeraction). Pass the string value as the `action` argument.

The list of supported action types is continuously expanding. For the complete, up-to-date list of action types and their descriptions, see [Recommendations](/guides/risk/recommendations#action-types).

## Usage

```javascript
cordova.drs.triggerAction('login');
```