pageBlockAnchor
Link to section within the page itself (like <a href="#target">anchor</a>)
type tg.PageBlockAnchor struct { /* ... */ }
Implements PageBlock.
Fields
| Name | Type | Required | Description |
|---|---|---|---|
Name | string | yes | Name of target section |
References
- Official documentation
- Generated Go reference
- TL definition:
pageBlockAnchor#ce0d37b0