ToolJet/docs/versioned_docs/version-2.33.0/tooljet-concepts/component-specific-actions.md
Karan Rathod 862ad58699
[docs]: Marketplace 1.7 updates (#9085)
* [docs] Amazon redshift plugin

* make minor improvements

* add and update docs for marketplace 1.7

* update order of plugins in overview to match sidebar

* create new version

---------

Co-authored-by: Shubhendra <withshubh@gmail.com>
2024-03-14 20:31:10 +05:30

12 lines
No EOL
856 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 style={{textAlign: 'center'}}>
<img style={{ marginBottom:'15px'}} className="screenshot-full" src="/img/tooljet-concepts/component-specific-actions/component-specific-actions-preview.png" alt="Preview Of Component Specific Actions" />
</div>
Read more about how you can utilize Component Specific Actions **[here](/docs/actions/control-component/)**.