method
IssueTarget.Block
Block selects one Blocks row by _key and its expected blockType. A different Block case is a different target even when a caller reuses the same key.
Arguments
| Argument | Type | Description |
|---|---|---|
key | string | The key value. |
blockType | string | The blockType value. |
Returns
The declared result.
IssueTargetFull signature
func (target IssueTarget) Block(
key,
blockType 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.