menu_model


Description:

public MenuModel menu_model { get; set; }

Context menu model for the section items.

When a context menu is shown for an item, it will be constructed from the provided menu model. Use the [signal@Sidebar: AdwSidebarSection:setup-menu] signal to set up the menu actions for the particular item.

If not set, [property@Sidebar:menu-model] will be used instead.