mirror of
https://github.com/gohugoio/hugo.git
synced 2026-09-03 12:12:37 +00:00
572 B
572 B
.URL- string
.Name- string
.Menu- string
.Identifier- string
.Pre- template.HTML
.Post- template.HTML
.Weight- int
.Parent- string
.Children- Menu
Note that menus also have the following functions available as well:
.HasChildren- boolean
Additionally, there are some relevant functions available to menus on a page:
.IsMenuCurrent- (menu string, menuEntry *MenuEntry ) boolean
.HasMenuCurrent- (menu string, menuEntry *MenuEntry) boolean