Skip to content

Set Widget Text Node

UI/Container

Sets the text of an element inside a widget instance (from Instantiate Widget) before it is pushed to the frontend

a2ui_widget_set_textstdLong running
Inputs4
Outputs2
Security exposureUnrated
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

4

Execution
exec_in

Execution input

Widget

Struct
element_ref

Widget instance reference (from Instantiate Widget)

Element ID

String
element_id

ID of the element inside the widget (e.g. 'title-text')

Text

String
text

The text to set

Output Pins

2

Execution
exec_out

Execution output

Widget

Struct
element_ref_out

The updated widget instance reference (connect to Push Widget / Push To Container)

Node Info

Internal name
a2ui_widget_set_text
Category
UI/Container