---
title: doubleAction
framework: appkit
role: symbol
role_heading: Instance Property
path: appkit/nspathcell/doubleaction
---

# doubleAction

Sets the receiver’s double-click action.

## Declaration

```swift
var doubleAction: Selector? { get set }
```

## Parameters

- `action`: The action method to invoke when the receiver is double-clicked.
