MenuEntry
type MenuEntry =
| MenuPage of path: string
| MenuSection of label: string * items: MenuItem list
| MenuGroup of page: string * items: MenuItem list
| MenuLink of label: string * url: string
| |
|---|
| Assembly | Nacara.Theme.Default |
What a menu entry points at.
Cases
Properties