method

IssueTarget.Field

Field selects a child field, optionally through dot-separated groups. Crossing an array or Blocks field requires an explicit Row or Block selector. Each traversed group must contain an object in the candidate. For an absent, null or malformed group, target that group itself instead. A missing scalar child of an existing object remains a valid target.

Arguments

ArgumentTypeDescription
pathstringThe path value.

Returns

The declared result.

IssueTarget

Full signature

Related types

  • IssueTarget

    IssueTarget selects the current field or a descendant of its candidate value. It is immutable. Repeated rows use their _key, never their display position. Configuration and runtime identities are supplied by Ridu when validation runs.