Skip to main content

Icon


The widget adds an "Icon" to the form; however, unlike the other options (Icon Button & Icon Input), it doesn't offer a text display. It is also clickable and functions as a button.

Icon Properties

Icon PropertyDescription
Icon TypeTop/Right/Bottom/Left
Icon ColorUse the color picker to change the icon's color
Icon SizeChanges the size of the icon
Additional PropertyDescription
Custom ClassEnter the "class name" of the icon list that you wish to use from the react library.
Icon AttributesEnter the "attribute" name of the individual icon.

API Methods

setVisibility

Sets the Visibility flag for this component.

setVisibility(visible: boolean): void

setVisibilityCondition

Sets the visibility condition for this component.

setVisibilityCondition(condition: string): void

Event Handlers

Event handlers allow you to set triggers for various actions based on the fired events. They are as follows:

onClick

onClick - Sets the actions to be triggered when the component is clicked.