AttributedTypeIdentifier
A unique identifier for an app entity or transient app entity type within an application bundle.
Declaration
struct AttributedTypeIdentifierOverview
Use AttributedTypeIdentifier to uniquely identify entity types across your application. This identifier combines a persistent identifier — typically the entity’s type name — with an optional bundle identifier to ensure uniqueness across different bundles.
The system uses these identifiers to track and reference entity types throughout the AppIntents framework, particularly when working with entity specifications, containers, and identifiers.