Show Create Item Dialog
This action is only available as a session-based action.
The Show Create Item Dialog action opens a dialog that allows users to create a new object directly within the Project Tree.
When triggered, a popup window appears where the user can define the object type and name. After confirming the dialog, the corresponding object is automatically added to the project.
Parameters
Type
Defines the object type that should be created
Name
Defines the name of the object
Type
The Type parameter specifies the type of object that will be created. This value must be provided as a string representing the internal object type.
To find the correct type name:
Select an existing object in Grid Studio.
Open the Inspector.
Click the ( I ) information icon.
Locate the Type field.
The value shown there is the type string that can be used with this action.
Once the dialog is confirmed, the new object will appear in the Project Tree with the specified name and type.
Last updated