Skip to main content

Control component (Component Specific Actions)

The Control Component action invokes a Component-Specific Action (CSA) — an exclusive action exposed by a particular component, such as setting a Text Input's value or clearing it. CSAs can be triggered either through event handlers or from a RunJS query.

You can find the list of CSAs available for a specific component in that component's own documentation. For example, the CSAs for the Bounded Box component are listed in the Bounded Box documentation.

Configuration

ParameterDescriptionDefault
ComponentThe target component whose CSA you want to invoke
ActionThe CSA to invoke on the selected component (e.g. Set text, Clear)
Action-specific fieldsAdditional fields depend on the CSA selected (e.g. the Text field for Set text)
DebounceTime in milliseconds to wait before executing the actionEmpty (no delay)
ToolJet - Action reference -  Control Component
info

Check out the demo of Component Specific Actions demonstrated in one of our community calls.