function
At
At starts a field-relative target. With no arguments it selects the current field. Field paths may contain dots, such as At("seo.title").
Arguments
| Argument | Type | Description |
|---|---|---|
paths | []string | The paths value. |
Returns
The declared result.
IssueTargetFull signature
func At(paths ...string) IssueTargetRelated types
IssueTargetIssueTarget 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.