method
IssueTarget.Row
Row selects one array row by its nonempty _key.
Arguments
| Argument | Type | Description |
|---|---|---|
key | string | The key value. |
Returns
The declared result.
IssueTargetFull signature
func (target IssueTarget) Row(key 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.