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