Function re_context_menu::action_list

source ยท
pub(crate) fn action_list(
    ctx: &ViewerContext<'_>,
) -> &'static Vec<Vec<Box<dyn ContextMenuAction + Sync + Send>>>
Expand description

Returns the (statically-defined) list of action, grouped in sections.

Sections are group of actions that should be displayed together, with a separator displayed between sections.