Button Icon
The Avonni Button Icon component adds customizable icons to buttons in Flow screens, providing visual cues for user actions.
Last updated
Was this helpful?
The Avonni Button Icon component adds customizable icons to buttons in Flow screens, providing visual cues for user actions.
Last updated
Was this helpful?
The Avonni Button Icon Component offers easy customization with the following properties:
Icon Name: Specify the desired icon to display on the button
Variant: Choose the appearance of the button icon (additional customization available in the style tab)
Size: Set the optimal size for the button icon
These options allow you to create a visually appealing and user-friendly interface tailored to your requirements.
Interactions define what happens when users click on an action. A list of interactions is available here.
Here are the available Actions for the Button Icon Component:
On Click
Icon Name
String
The icon that will be displayed on the button
Variant
Boolean
To change the appearance of the button icon
Size
Boolean
To set a size for the button icon
Disabled
Boolean
If enabled, users cannot interact with the button icon.
Type
Boolean
To specify the type of button
Alternative Text
String
It's use to describe the icon
click
The event fires when the button icon is clicked.
Color
Define a background color
Color Active
Define a background color when the button icon is active
Color Hover
Define a background color when mouse hover
Size
Define a border size
Radius
Define a border radius
Style
Define a border style
Color
Define a border color
Color Active
Define a border color when active
Color Hover
Define a border color when mouse hover
Color
Define a specific color for the Text/Icon
Color Active
Define a specific color for the Text/Icon when active
Color Hover
Define a specific color for the Text/Icon when mouse hover
Due to limitations within Flow Builder, the Button Icon component cannot directly access variable information from components that lack context about a specific record. When configuring interactions using record variables within a flow, ensure the components involved are contextually aware of the record. For scenarios where context is challenging to establish, consider using the , which offers advanced capabilities for managing and passing record context across components.