Section

component fbx.ui.menu.Section

Section is a passive menu item. It shows a visual delimitation for different items.

../../../_images/menu_action_close.png

A menu with two sections:

Menu {
  title: "Menu0"

  Section { text: "Subcategories" }
  Submenu { }
  Submenu { }

  Section { text: "Actions" }
  Action { }
  Action { }
}
property text

Text to show as section title.