Cloud API Overview > @adpt/cloud > action > ShouldActDetail
action.ShouldActDetail interface
Detailed information on why an action should be taken.
Signature:
export interface ShouldActDetail
Properties
| Property | Type | Description |
|---|---|---|
| act | boolean | True if the action should be performed. |
| detail | string | Explanation of why the action should be performed. |