type
Branch
Branch is a detached traversal view of one child scope.
Properties
| Property | Type | Description |
|---|---|---|
Selector | BranchSelector | The Selector value. |
Name | string | The Name value. |
Referenced | bool | The Referenced value. |
Fields | Fields | The Fields value. |
Full signature
type Branch struct {
Selector BranchSelector
Name string
Referenced bool
Fields Fields
}