---
title: options
framework: appkit
role: symbol
role_heading: Type Property
path: appkit/nsruleeditor/predicatepartkey/options
---

# options

The corresponding value is an NSNumber object representing an NSComparisonPredicateOptions bitfield.

## Declaration

```swift
static let options: NSRuleEditor.PredicatePartKey
```

## Discussion

Discussion If no value is specified, 0 (no options) is assumed.

## See Also

### Predicate Part Keys

- [comparisonModifier](appkit/nsruleeditor/predicatepartkey/comparisonmodifier.md)
- [compoundType](appkit/nsruleeditor/predicatepartkey/compoundtype.md)
- [customSelector](appkit/nsruleeditor/predicatepartkey/customselector.md)
- [leftExpression](appkit/nsruleeditor/predicatepartkey/leftexpression.md)
- [operatorType](appkit/nsruleeditor/predicatepartkey/operatortype.md)
- [rightExpression](appkit/nsruleeditor/predicatepartkey/rightexpression.md)
