Skip to content

Create Element Node

UI/Elements

Create Element

Creates a new element and adds it to a parent container

a2ui_create_elementstdLong running
Inputs7
Outputs2
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

Surface ID

String
surface_id

The surface to create the element in

Parent ID

Generic
parent_id

Parent element ID string or element object from Get Element

Element ID

String
element_id

Unique ID for the new element

Type

String
component_type

The component type (e.g., 'Text', 'Button', 'Container')

Props

Generic
props

Component properties as JSON object

Index

Integer
index

Optional index to insert at (default: append at end)

Output Pins

2

Execution
exec_out

Execution output

Created ID

String
created_id

The ID of the created element

Node Info

Internal name
a2ui_create_element
Category
UI/Elements