---
title: listOptions
framework: appkit
role: symbol
role_heading: Instance Property
path: appkit/nstextlist/listoptions
---

# listOptions

Returns the list options mask value of the receiver.

## Declaration

```swift
var listOptions: NSTextList.Options { get }
```

## Return Value

Return Value The list options mask value of the receiver.

## See Also

### Getting list options

- [isOrdered](appkit/nstextlist/isordered.md)
- [NSTextList.Options](appkit/nstextlist/options.md)
