Skip to content

Set Element Action Node

UI/Elements

Set Element Action

Dynamically sets the action of an interactive element (button, link, etc.)

a2ui_set_element_actionstdLong running
Inputs7
Outputs1
Security exposure10/10
Packagestd

Ratings

Scores range from 0 to 10. Higher values mean more impact, exposure, or operational weight.

No score metadata has been set for this node yet.

Input Pins

7

Execution
exec_in

Execution input

Element

Struct
element_ref

Reference to the element (ID string or element object from Get Element)

Action Type

String
action_type

Type of action: navigate_page, external_link, workflow_event, or clear to remove action

Default navigate_page
navigate_pageexternal_linkworkflow_eventclear

Route

String
route

For navigate_page: the route path (e.g., /about, /products/123)

Query Params

String
query_params

For navigate_page: optional JSON object of query parameters

URL

String
url

For external_link: the external URL to open

Node ID

String
node_id

For workflow_event: the ID of the workflow node to trigger

Output Pins

1

Execution
exec_out

Execution output

Node Info

Internal name
a2ui_set_element_action
Category
UI/Elements