Expand description
Support crate for context menu and actions.
Modules§
- collapse_
expand - Logic that implements the collapse/expand functionality.
Enums§
- Selection
Update Behavior - Controls how
context_menu_ui_for_itemshould handle the current selection state.
Functions§
- any_
view_ has_ entity_ visibility - Returns true iff at least one view has a real (non-prefix-only)
DataResultforentity_pathwhose resolved visibility equalstarget_visibility. - context_
menu_ ui_ for_ item - Display a context menu for the provided
Item - context_
menu_ ui_ for_ item_ with_ context - Display a context menu for the provided
Item - entity_
visibility_ in_ view - Resolved visibility of
entity_pathinview_id, orNoneif the view does not contain it. - set_
entity_ visibility_ in_ all_ views - Apply
visibletoentity_pathin every view whose query result contains it. - set_
entity_ visibility_ in_ view - Apply
visibletoentity_pathinview_id.