Contents

codable

A value that describes the contents of this path in a serializable format.

Declaration

var codable: NavigationPath.CodableRepresentation? { get }

Discussion

This value is nil if any of the type-erased elements of the path don’t conform to the Codable protocol.

See Also

Encoding a path