defines submenu configuration
webix.ui({
view:"menu",
width:150,
submenuConfig:{
width:250,
template:"SUB #value#"
}
});
This options defines not the data of submenu but its sizing, styling, templates, handlers etc.
In case of context menu - settings will be applied to a top level menu as well.