Contents

JournalingSuggestion

High-level information about a suggestion that a person chooses in the journaling suggestions picker.

Declaration

struct JournalingSuggestion

Mentioned in

Overview

When a person chooses a particular suggestion in the JournalingSuggestionsPicker, the system provides your app with more information about the event by passing an instance of this structure to your picker’s onCompletion handler.

Topics

Inspecting suggestion details

Accessing suggestion data by type

Interacting with suggestion types

See Also

Implementation