type
IssueTargetSegment
IssueTargetSegment is one field, repeated row, or exact translation selector. Segments returns detached selectors for inspection; construct targets with At, Field, Row, Block, and Locale.
Properties
| Property | Type | Description |
|---|---|---|
Field | string | The Field value. |
RowKey | string | The RowKey value. |
BlockType | string | The BlockType value. |
Locale | schema.LocaleCode | The Locale value. |
Full signature
type IssueTargetSegment struct {
Field string
RowKey string
BlockType string
Locale schema.LocaleCode
}