<!--
{
  "availability" : [
    "macOS: 15.2.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "AppKit",
  "identifier" : "/documentation/AppKit/NSWritingToolsCoordinator/State-swift.enum/noninteractive",
  "metadataVersion" : "0.1.0",
  "role" : "Case",
  "symbol" : {
    "kind" : "Case",
    "modules" : [
      "AppKit"
    ],
    "preciseIdentifier" : "c:@E@NSWritingToolsCoordinatorState@NSWritingToolsCoordinatorStateNoninteractive"
  },
  "title" : "NSWritingToolsCoordinator.State.noninteractive"
}
-->

# NSWritingToolsCoordinator.State.noninteractive

A state that indicates Writing Tools is handling interactions in
the system UI, instead of in your view.

```
case noninteractive
```

## Discussion

Writing Tools transitions to this state when the coordinator uses
the [`NSWritingToolsBehavior.limited`](/documentation/AppKit/NSWritingToolsBehavior/limited) experience or when someone chooses an
option that displays its results in the Writing Tools UI. When
the person accepts the changes from the tool or dismisses the
Writing Tools UI, the coordinator returns to the [`NSWritingToolsCoordinator.State.inactive`](/documentation/AppKit/NSWritingToolsCoordinator/State-swift.enum/inactive)
state. If the person discards the change and selects a tool with
an interactive experience instead, the coordinator transitions
to the [`NSWritingToolsCoordinator.State.interactiveResting`](/documentation/AppKit/NSWritingToolsCoordinator/State-swift.enum/interactiveResting) state.

---

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)