# DetailActionActivated

> **Class** in `deepagents_code`

📖 [View in docs](https://reference.langchain.com/python/deepagents-code/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/a98f0dfa8d534d8a1885b524632400e52db22ac6/libs/code/deepagents_code/widgets/notification_detail.py#L37)