Context Menu
Our frontend includes a default Context Menu built-in, designed to leverage available information on the page to accelerate your development process in RUAL.
Modify Columns
Where supported, columns in tables can be modified simply by right-clicking on them. The column that is currently clicked on will be highlighted in blue. When you select the column from the context menu, it will become hidden. These modifications are stored in your localStorage, linked to the specific action_guid.
Find a Blueprint Block
Finding blueprint blocks within the State UI is made easy by right-clicking on them. For every component we render, we track its corresponding blueprint block and make this information available to the frontend. Clicking on this option will open a new page, directing you straight to the relevant blueprint and block.
Frequently asked
How do I hide a table column in RUAL?
Right-click the column where supported and select it from the context menu to hide it. Your modifications are stored in localStorage, linked to the specific action_guid of the table.
How do I find the blueprint block behind an element on a RUAL page?
Right-click the element in the State UI. For every component rendered, RUAL tracks its corresponding blueprint block, and choosing that option opens a new page straight to the relevant blueprint and block.

