User Parameter
User Parameters allow users to create custom parameters on any object in Grid Studio.
These parameters can be freely named and configured by the user, making it possible to extend objects with additional values that are specific to a project or workflow.
User Parameters behave like regular object parameters and can be used throughout the system.
Purpose of User Parameters
User Parameters make it possible to add project-specific values to objects without modifying the object type itself.
They are commonly used to store values that are needed for logic, user interfaces, or system coordination.
Typical use cases include:
storing project-specific configuration values
creating control parameters for user interfaces
exposing custom values for workflows
sharing state information between system components
Using User Parameters
Once created, User Parameters behave like any other parameter in Grid Studio.
They can be:
modified manually
processed by Modifiers
read or written by Workflows
controlled by Widgets
This allows User Parameters to integrate seamlessly with the rest of the system.
User Parameters and Objects
User Parameters are attached to objects in the Project Tree.
Because they are part of the object, they follow the same object structure and can be accessed by other systems that interact with that object.
Learn More
Detailed information about creating and managing User Parameters can be found in the User Parameters section.
Last updated