NSWritingToolsCoordinator.State.noninteractive
A state that indicates Writing Tools is handling interactions in the system UI, instead of in your view.
Declaration
case noninteractiveMentioned in
Discussion
Writing Tools transitions to this state when the coordinator uses the 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 state. If the person discards the change and selects a tool with an interactive experience instead, the coordinator transitions to the NSWritingToolsCoordinator.State.interactiveResting state.