Menu methods
Use these methods when ranging through menu entries.
Use these methods when ranging through menu entries.
MENU.ByName ⟼ navigation.MenuReturns the given menu with its entries sorted by name. Read More »
MENU.ByWeight ⟼ navigation.MenuReturns the given menu with its entries sorted by weight, then by name, then by identifier. Read More »
MENU.Limit N ⟼ navigation.MenuReturns the given menu, limited to the first N entries. Read More »
MENU.Reverse ⟼ navigation.MenuReturns the given menu, reversing the sort order of its entries. Read More »