Class FieldPathInfo
Field path information
public record FieldPathInfo : IEquatable<FieldPathInfo>
Inheritance
Implements
Properties
Segments
Path segments: ["Contacts", "Email"] or ["AddressBook[home]", "City"]
public List<string> Segments { get; init; }