displayRepresentations(for:)
Returns display representations by identifier.
Declaration
func displayRepresentations(for identifiers: [Self.Entity.ID]) async throws -> [Self.Entity.ID : DisplayRepresentation]Discussion
Return full representations; the system materializes only the components it needs (for example, dropping a deferred image when only text is required).