Viewer Object Actions
Viewer object actions are tied to a specific Grid Viewer object in the project.
When triggered, the action is executed only on the viewer instance connected to that specific object.
This allows interfaces to control other viewer endpoints within the system.
For example, one viewer can trigger actions that affect another viewer running on a different device.
Ich würde das wieder im gleichen Stil wie die Session-Based Seite schreiben, damit die Doku konsistent bleibt.
Adding a Viewer Object Action
Viewer object actions target a specific Grid Viewer object in the project.
To add one of these actions, the corresponding Grid Viewer object must first be referenced in the workflow.
There are two ways to add viewer object actions.
Method 1 – Drag the Object into the Workflow
Open the Project Tree in Grid Studio.
Locate the Grid Viewer object you want to control.
Drag the object directly into the Node Editor workflow.
Once the object is added, a list of all available actions for that viewer object will appear and can be selected directly.

Method 2 – Using the Action Menu
Click the Action icon in the lower-right corner of the Node Editor.
Navigate to:
The Project Tree will appear inside the action menu.
Locate and select the desired Grid Viewer object.
A list of available actions for that object will be displayed.
You can then select the desired action to add it to the workflow.

Last updated