Contents

JournalingSuggestionAsset

An interface for the content that the suggestions picker presents.

Declaration

protocol JournalingSuggestionAsset

Mentioned in

Overview

When a person makes a selection in a JournalingSuggestionsPicker, the system invokes the picker’s onCompletion closure, and passes in the selected suggestion (JournalingSuggestion). Each item in the suggestion’s items array conforms to this protocol.

Topics

Associated Types

See Also

Implementation