Comment on page
Visual Picker Link
A visual picker link is visual enhanced box to open an external content.

A visual picker link is a visually enhanced box to open external content.
Content for the Visual Picker Link component can be added by completing the
Title
and Content
fields.If needed, an icon can be added on the
left
or right
side of the content. Interactions define what will happen when users interact with the Visual Picker Link component. You can find a list of interactions available here.
Here are the available interactions for the Visual Picker Link component:
- On
Click
: The event is fired when a user clicks on the visual picker link.
From the Styles panel, you can customize styling attributes for the Visual Picker Link component:
Icon
: to customize the styling attributes of the icon.

Property | Value |
---|---|
Title | Avonni Component Builder Documentation Website |
Content | This documentation explains..... |
Icon Name | utility:knowledge_base |
Icon Position | Left |
Name | Type | Description |
---|---|---|
completed | Boolean | |
content | String | The URL of the page that the link goes to. |
iconName | String | The Lightning Design System name of the icon. Names are written in the format 'utility:down' where 'utility' is the category, and 'down' is the specific icon to be displayed. |
iconPosition | String | Position of the icon. Valid values include left and right. |
infoOnly | Boolean | |
title | String | Title of the visual picker link. To include additional markup or another component, use the title slot. |
Name | Description |
---|---|
click | The event fired when the visual picker is clicked. |
Name | Description |
---|---|
Background Color | Define a icon background color. |
Background Color Complete | Define an icon background color when the "Completed" property is activated. |
Foreground Color | Define a icon foreground color. |
Foreground Color Utility | Define a icon foreground color utility. |
Border Radius | Define a icon border radius. |
Last modified 2mo ago