Layer 220
PageBlockAnchor
Link to section within the page itself (like <a href="#target">anchor</a> )
constructor
Parameters
| Name | Type | Description |
|---|---|---|
| Name | string | Name of target section |
Returns
PageBlockGogram Example
// Creating PageBlockAnchor constructor obj := &tg.PageBlockAnchor{ Name: "...", }