Events and Handlers
The Color Picker component has the following events and handlers available for use:
Events
Event
|
Description
|
On Change Event
|
This event is triggered when the component's state (value) changes.
|
On Visibility Change
|
Gets activated when the visibility state of the component is altered. You can use this event to define actions that need to take place when the component becomes visible or hidden.
|
Handlers
Handler
|
Description
|
Class List Logic
|
This logic involves modifying the CSS classes associated with the component dynamically.
|
Styles Logic
|
Allows you to change the styles of the component dynamically.
|
Tooltip Text Logic
|
This handler allows determining what text should be shown in the tooltip.
|
Tooltip Visibility Logic
|
Determines the visibility of the tooltip. If the handler returns true , the tooltip will be visible, and if it returns false , the tooltip will be hidden.
|
Visibility Logic
|
Allows controlling the visibility of the component based on certain conditions. You can use this event to show or hide the component depending on user actions or other factors. If the handler returns true , the component will be visible.
|
Value Logic
|
Determines the input value of the component.
|
Disabled State Logic
|
Determines if the component should be disabled.
|
Disabled Alpha Channel Logic
|
Allows controlling the availability of the Alpha channel. If the handler returns true , the alpha channel is not available in the color picker.
|