# GraffitiGridHyperlink
Class
## Enumerations
| Name | Value | Description |
| --- | :---: | --- |
| Targets | NewWindow <br> CurrentWindow | Supported link opening targets. |
## Methods
| Name | Parameters | Return Type | Description |
| --- | :---: | :---: | --- |
| Constructor | URL as String <br> Text as String <br> Indicator as WebUIControl.Indicators = WebUIControl.Indicators.Default | (None) | Instantiate a new instance of the class. |
| Attributes | Hidden = True | toString | |
## Properties
| Name | Type | Default Value | Description |
| --- | :---: | :---: | --- |
| Download | Boolean | False | When True, the URL will be downloaded by the browser. |
| Indicator | WebUIControl.Indicators | Nil | Bootstrap Style applied to the link. |
| Language | String | Nil | Specifies the language of the linked document. |
| Media | String | Nil | Specifies what media/device the linked document is optimized for. |
| ReferrerPolicy | String | Nil | Specifies which referrer information to send with the link. |
| Relationship | String | Nil | Specifies the relationship between the current document and the linked document. |
| Target | Targets | Nil | Determines whether the linked URL will be opened in a new window/tab or the current one. |
| Text | String | Nil | Caption of the link. |
| Type | String | Nil | Specifies the media type of the linked document. |
| URL | String | Nil | The target URL of the link. |