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

# options

Returns the comparison predicate options.

## Declaration

```swift
var options: Int { get }
```

## Return Value

Return Value The comparison predicate options for the receiver. See NSComparisonPredicate.Options for possible values. Returns 0 if this does not apply (for example, for a compound template initialized with init(compoundTypes:)).

## See Also

### Information About a Row Template

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