<!--
{
  "availability" : [
    "macOS: 10.11.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "AppKit",
  "identifier" : "/documentation/AppKit/NSDraggingInfo/springLoadingHighlight",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "AppKit"
    ],
    "preciseIdentifier" : "c:objc(pl)NSDraggingInfo(py)springLoadingHighlight"
  },
  "title" : "springLoadingHighlight"
}
-->

# springLoadingHighlight

A highlighting style for your app’s user interface to display during a spring-loading operation.

```
@MainActor var springLoadingHighlight: NSSpringLoadingHighlight { get }
```

## Discussion

During a spring-loaded operation, a destination may initiate animated highlighting to visually cue the user that spring-loading has been engaged or disengaged.

This property contains a highlight style of class [`NSSpringLoadingHighlight`](/documentation/AppKit/NSSpringLoadingHighlight)—no highlight, standard highlight, or emphasized highlight. Use this value to update your destination’s user interface accordingly to reflect the appropriate highlight style.

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

## See Also

[`springLoadingHighlightChanged(_:)`](/documentation/AppKit/NSSpringLoadingDestination/springLoadingHighlightChanged(_:))

Updates the destination’s user interface to display a new highlighting style during a spring-loading operation.

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

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

[`NSSpringLoadingDestination`](/documentation/AppKit/NSSpringLoadingDestination)

A set of methods that the destination object (or recipient) of a dragged object can implement to support spring-loading.



---

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)