# DetailActionActivated

> **Class** in `deepagents_cli`

📖 [View in docs](https://reference.langchain.com/python/deepagents-cli/widgets/notification_detail/DetailActionActivated)

Posted when an `_ActionOption` is clicked with the mouse.

## Signature

```python
DetailActionActivated(
    self,
    action_id: ActionId,
)
```

## Parameters

| Name | Type | Required | Description |
|------|------|----------|-------------|
| `action_id` | `ActionId` | Yes | The action the clicked row represents. |

## Extends

- `Message`

## Constructors

```python
__init__(
    self,
    action_id: ActionId,
) -> None
```

| Name | Type |
|------|------|
| `action_id` | `ActionId` |


## Properties

- `action_id`

---

[View source on GitHub](https://github.com/langchain-ai/deepagents/blob/64d45f67c86edb4df2ced0e7b82f1a8fd158ec8c/libs/cli/deepagents_cli/widgets/notification_detail.py#L37)