---
title: rowTypeKeyPath
framework: appkit
role: symbol
role_heading: Instance Property
path: appkit/nsruleeditor/rowtypekeypath
---

# rowTypeKeyPath

The key path for the row type.

## Declaration

```swift
var rowTypeKeyPath: String { get set }
```

## Discussion

Discussion The key path is used to get the row type in the “rows” binding. The corresponding property should be a number that specifies an NSRuleEditorRowType value (see Row Types). The default value is @"rowType".

## See Also

### Supporting Bindings

- [rowClass](appkit/nsruleeditor/rowclass.md)
- [subrowsKeyPath](appkit/nsruleeditor/subrowskeypath.md)
- [criteriaKeyPath](appkit/nsruleeditor/criteriakeypath.md)
- [displayValuesKeyPath](appkit/nsruleeditor/displayvalueskeypath.md)
