Property reference

glide.ui.dedupe.row.menu.actions

The glide.ui.dedupe.row.menu.actions property removes duplicate entries from the right-click context menu on list rows. This ensures a cleaner user experience by displaying only unique actions, which is particularly useful when multiple UI Actions share the same name.

Default: true Type: boolean Application: Global

Key questions about this property

The answers below summarize the purpose, scope, default effect, and review scenarios for this property.

What does it do? It prevents duplicate UI Actions from appearing in the context menu by checking for identical action names and names, thus streamlining the menu options.
What area does it affect? User Interface Context Menus
What does the default mean? The default value is "true", which means this behavior is enabled by default.
When should you review it? Review this property when configuring UI Actions to ensure a clear and efficient context menu for users.

Out of the box property record

Raw metadata from the property record.

Property name glide.ui.dedupe.row.menu.actions
Sys ID 0238e062c3021200f7d1ca3adfba8f50
Type boolean
Application Global
Default value true
Description Removes "duplicate" entries in the right-click context menu on list rows. The duplicate check is action_name+name, so if two UI Actions in list row context menus have identical values, only one of them will appear in the list.
Updated 2024-05-25 03:38:52

Sources

Official references and nearby text excerpts where this property appears.