Icon
An image sourced from our icon library. It supports alt text, horizontal alignment options, and custom styles.
Properties
Available properties for Icon with supported data types or values. You can write JavaScript almost anywhere in Retool to manipulate or read information about components.
An accessible image description for screen readers.
Whether the component has an enabled Click event handler.
Whether user input, interaction, or selection is disabled.
Whether the component is visible.
The horizontal alignment of the contents.
The icon to display.
Whether to display a loading indicator.
Whether the component takes up space on the canvas if hidden
is true
.
The amount of margin to render outside of the component.
Whether the component remains visible in the editor if hidden
is true
.
The current variant used to style the component.
The text to display in a tooltip on hover or focus.
Events
Events are triggered by user interactions with Icon. Use event handling to trigger queries or other actions in response to events.
A user clicks the component.
Methods
Methods for interacting with Icon. You can write JavaScript almost anywhere in Retool and use methods to manipulate data or components.
Scrolls the canvas or parent container so that the selected component appears in the visible area.
Set the hidden
value to toggle whether the component is visible. Defaults to true
without a parameter.
Set the disabled
value to toggle whether the input field is disabled. Defaults to true
without a parameter.