Layer 220
TextAnchor
Text linking to another section of the page
constructor
textAnchor#35553762 text:RichText name:string = RichText;
Parameters
| Name | Type | Description |
|---|---|---|
| Text | RichText | Text |
| Name | string | Section name |
Returns
RichTextGogram Example
// Creating TextAnchor constructor obj := &tg.TextAnchor{ Text: &tg.RichText{}, Name: "...", }