func indent(level: Int) -> Self
Indent the menu item to the given level
func set<Value>(ReferenceWritableKeyPath <Self.Item, Value>, to: Value) -> Self
Set an arbitrary
keyPath
on the menu item to a value of your choice.