type
Visit
Visit carries authored structural breadcrumbs; occurrence binding happens later.
Properties
| Property | Type | Description |
|---|---|---|
Node | Node | The Node value. |
Branches | []BranchSelector | The Branches value. |
Index | int | The Index value. |
Path | []string | Path is the stored schema placement, including block slugs and embedded branches. |
DefinitionSlug | string | DefinitionSlug identifies the nearest shared definition, if any. |
Full signature
type Visit struct {
Node Node
Branches []BranchSelector
Index int
// Path is the stored schema placement, including block slugs and embedded branches.
Path []string
// DefinitionSlug identifies the nearest shared definition, if any.
DefinitionSlug string
}