Enumerations
An enumeration (enum) is a predefined list of options, like a dropdown. You define the options once in the Enumeration section, then drag and drop the enum onto any window canvas to create a dropdown field there.
Viewing Enumerations
Navigate to the Enumeration section in BrainGrid to see all enumerations defined in the system.
Click the arrow next to any enumeration to expand it and view its options.
Adding an Enumeration
- Click + Add Enumeration.
- Enter a name for the enum (e.g.
Status,Priority). - Add the options one by one (e.g.
Open,Closed,Pending). - Click Save.
Editing an Enumeration
- Hover to the enumeration.
- Select Edit.
- Update the name or add / remove options.
- Click Save.
Using an Enumeration on a Window Canvas
Once an enumeration is created, drag and drop it onto any window canvas to add it as a dropdown field.
- Open the target window in the canvas.
- From the Enumeration section, drag the enum.
- Drop it onto the canvas.
- Click Publish to apply the changes.
The enum now appears as a dropdown field on the canvas.
The same enumeration can be reused across multiple windows. Any update to the enum options is reflected everywhere it is used.
Archive & Restore
Delete an Enumeration
- Hover to the enumeration.
- Select Delete and confirm.
The enumeration moves to the Archive and is not permanently removed.
Deleting an enumeration removes the dropdown from all windows where it was used. Restore it to bring it back.
Restore an Enumeration
- Open the Archive section.
- Find the enumeration.
- Click Restore.
The enumeration returns to the active list and is available to use on canvases again.







