# setComponentLink

## Description

Allows user to add a hyperlink to a component which can be clicked to open the link in a new tab in the web browser.

## Input / Parameter

| Name        | Description                                                   | Input Type  | Default | Options | Required                           |
| ----------- | ------------------------------------------------------------- | ----------- | ------- | ------- | ---------------------------------- |
| component   | The name of the component.                                    | String/Text | -       | -       | Partial (Yes if no 'componentId'.) |
| componentId | The id of the component.                                      | String/Text | -       | -       | Partial (Yes if no 'component'.)   |
| link        | The url of the website to open when the component is clicked. | String/Text | -       | -       | Yes                                |

**\* Note:** Either component or componentId must have value in order for this function to work.

## Output

N/A

## Callback

N/A

## Video

Coming Soon.

## Example

Coming Soon.

### Steps

Coming Soon.

### Result

Coming Soon.

## Links
