PropertyPathMetadata
public struct PropertyPathMetadata
Runtime information about a property. Its name
and parent
property reference,
as well as whether the property represents a collection of the type or not.
-
Declaration
Swift
public let name: String
-
Declaration
Swift
public let isCollection: Bool
-
Declaration
Swift
public let parent: PropertyPath?