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

ArgumentTypeDescription
keystringThe key value.
blockTypestringThe blockType value.

Returns

The declared result.

IssueTarget

Full signature

func (target IssueTarget) Block( key, blockType string, ) IssueTarget

Source operation/issue_target.go:64

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.