---
title: NSSpringLoadingOptions
framework: appkit
role: symbol
role_heading: Structure
path: appkit/nsspringloadingoptions
---

# NSSpringLoadingOptions

These constants denote the type of spring-loading behavior configured for the destination object.

## Declaration

```swift
struct NSSpringLoadingOptions
```

## Topics

### Constants

- [disabled](appkit/nsspringloadingoptions/disabled.md)
- [enabled](appkit/nsspringloadingoptions/enabled.md)
- [continuousActivation](appkit/nsspringloadingoptions/continuousactivation.md)
- [noHover](appkit/nsspringloadingoptions/nohover.md)

### Initializers

- [init(rawValue:)](appkit/nsspringloadingoptions/init(rawvalue:).md)

## Relationships

### Conforms To

- [BitwiseCopyable](swift/bitwisecopyable.md)
- [Equatable](swift/equatable.md)
- [ExpressibleByArrayLiteral](swift/expressiblebyarrayliteral.md)
- [OptionSet](swift/optionset.md)
- [RawRepresentable](swift/rawrepresentable.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)
- [SetAlgebra](swift/setalgebra.md)
