ToolJet/docs/versioned_docs/version-2.68.0/tooljet-concepts/component-specific-actions.md
2024-09-20 12:02:30 +05:30

12 lines
No EOL
874 B
Markdown

---
id: component-specific-actions
title: Component Specific Actions
---
Component Specific Actions are specialized actions that are unique to each component, meaning they can perform tasks that are specific only to that component. For instance, the **Text Input** component has its own set of specific actions like `setText` that allows us to set the value of the component. Component Specific Actions actions can be triggered in two ways: through event handlers or by executing RunJS code.
<div class="video-container">
<iframe width="560" height="315" src="https://www.youtube.com/embed/_x8-1UON3QY?si=9NUA1Y2eGV5x8Bg2&rel=0" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
Read more about how you can utilize Component Specific Actions **[here](/docs/actions/control-component/)**.