---
title: multiple
framework: appkit
role: symbol
role_heading: Type Property
path: appkit/nstextselectionnavigation/modifier/multiple
---

# multiple

The value that indicates the framework extends the selection visually inside the rectangular area defined by the anchor and dragged positions.

## Declaration

```swift
static var multiple: NSTextSelectionNavigation.Modifier { get }
```

## Discussion

Discussion This produces an NSTextSelection per line.

## See Also

### Navigation modifier characteristics

- [extend](appkit/nstextselectionnavigation/modifier/extend.md)
- [visual](appkit/nstextselectionnavigation/modifier/visual.md)
