Contents

AppValue

An interface that describes conceptual types you use in app intents.

Declaration

protocol AppValue : PersistentlyIdentifiable, TypeDisplayRepresentable, _IntentValue, Sendable

Overview

This protocol serves as the base type for conceptual interfaces like AppEntity or AppEnum.

See Also

Entity content