<!--
{
  "availability" : [
    "macOS: 10.11.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "AppKit",
  "identifier" : "/documentation/AppKit/NSSpringLoadingHighlight",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "AppKit"
    ],
    "preciseIdentifier" : "c:@E@NSSpringLoadingHighlight"
  },
  "title" : "NSSpringLoadingHighlight"
}
-->

# NSSpringLoadingHighlight

A group of constants that indicate a highlighting style for your app’s user interface to display during a spring-loading operation.

```
enum NSSpringLoadingHighlight
```

## Overview

The [`springLoadingHighlight`](/documentation/AppKit/NSDraggingInfo/springLoadingHighlight) method provides one of these constant values.

Do not use highlighting as a means to determine whether spring-loading has actually been activated or deactivated. The [`springLoadingActivated(_:draggingInfo:)`](/documentation/AppKit/NSSpringLoadingDestination/springLoadingActivated(_:draggingInfo:)) method alerts your app when spring-loading activation occurs.

## Topics

### Constants

[`NSSpringLoadingHighlight.none`](/documentation/AppKit/NSSpringLoadingHighlight/none)

A constant that indicates no highlighting.

[`NSSpringLoadingHighlight.standard`](/documentation/AppKit/NSSpringLoadingHighlight/standard)

A constant that indicates standard highlighting to show the destination supports spring-loading.

[`NSSpringLoadingHighlight.emphasized`](/documentation/AppKit/NSSpringLoadingHighlight/emphasized)

A constant that indicates emphasized highlighting to show active spring-loading on the destination.



---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)