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

PropertyTypeDescription
BoundaryBoundaryThe Boundary value.
IndexintThe Index value.
TreestringThe Tree value.
CasestringThe Case value.
SlugstringThe Slug value.

Full signature

type BranchSelector struct { Boundary Boundary Index int Tree string Case string Slug string }

Source field/graph_edit.go:53