ToolJet/docs/versioned_docs/version-2.65.0/tooljet-concepts/component-specific-actions.md
Aman Regu fed052a99b
[docs]: v2.65.0 (#10415)
* add date with time column

* add table component to date with time colum

* add aggregate and group by

* add docs for retry on network error

* add cookies

* add .env vars

* add docs for v2.65.0

* remove banner from v2.65.0

* update data types title

* update querying data title
2024-07-22 19:46:36 +05:30

856 B

id title
component-specific-actions 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.

Preview Of Component Specific Actions

Read more about how you can utilize Component Specific Actions here.