Avatar
A content area to display user information and profile image. It supports a range of image sizes, fallback icon if no image is provided, text if no image or icon is provided, and includes a label and caption.
Properties
Available properties for Avatar with supported data types or values. You can write JavaScript almost anywhere in Retool to manipulate or read information about components.
The fallback text to display if there is no image or icon. Only the first two characters are displayed. If multiple words are provided, the first letter of each word is used.
Whether the component is visible.
The horizontal alignment of the avatar when there is no label. If there is a label, please use the label alignment options instead.
The icon to display.
The size of the image, in pixels.
The text to display as a label for the input field.
The horizontal alignment of the label.
The additional text to display with the label.
The position of the label relative to the input field.
Whether the label can wrap to multiple lines.
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 source URL.
The text to display in a tooltip on hover or focus.
Methods
Methods for interacting with Avatar. 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.