---
title: compoundTypes
framework: appkit
role: symbol
role_heading: Instance Property
path: appkit/nspredicateeditorrowtemplate/compoundtypes
---

# compoundTypes

Returns the compound predicate types.

## Declaration

```swift
var compoundTypes: [NSNumber]? { get }
```

## Return Value

Return Value An array of NSNumber objects specifying compound predicate types. See NSCompoundPredicate.LogicalType for possible values.

## See Also

### Information About a Row Template

- [leftExpressions](appkit/nspredicateeditorrowtemplate/leftexpressions.md)
- [rightExpressions](appkit/nspredicateeditorrowtemplate/rightexpressions.md)
- [modifier](appkit/nspredicateeditorrowtemplate/modifier.md)
- [operators](appkit/nspredicateeditorrowtemplate/operators.md)
- [options](appkit/nspredicateeditorrowtemplate/options.md)
- [rightExpressionAttributeType](appkit/nspredicateeditorrowtemplate/rightexpressionattributetype.md)
