<!--
{
  "availability" : [
    "macOS: 10.11.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "AppKit",
  "identifier" : "/documentation/AppKit/NSTableView/RowActionEdge",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "AppKit"
    ],
    "preciseIdentifier" : "c:@E@NSTableRowActionEdge"
  },
  "title" : "NSTableView.RowActionEdge"
}
-->

# NSTableView.RowActionEdge

These constants define table row edges on which row actions are attached. They are used by the `tableView:rowActionsForRow:edge:` delegate method.

```
enum RowActionEdge
```

## Topics

### Constants

[`NSTableView.RowActionEdge.leading`](/documentation/AppKit/NSTableView/RowActionEdge/leading)

Denotes the leading, or left, edge of a table row view.

[`NSTableView.RowActionEdge.trailing`](/documentation/AppKit/NSTableView/RowActionEdge/trailing)

Denotes the trailing, or right, edge of a table row view.



---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)