type
BranchSelector
BranchSelector selects one structural child boundary, never a flattened path. Index identifies an authored tab; Tree/Case/Key identify plugin payload cases.
Properties
| Property | Type | Description |
|---|---|---|
Boundary | Boundary | The Boundary value. |
Index | int | The Index value. |
Tree | string | The Tree value. |
Case | string | The Case value. |
Slug | string | The Slug value. |
Full signature
type BranchSelector struct {
Boundary Boundary
Index int
Tree string
Case string
Slug string
}