Show Create Item Dialog

circle-exclamation

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

Parameter
Description

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:

  1. Select an existing object in Grid Studio.

  2. Open the Inspector.

  3. Click the ( I ) information icon.

  4. 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