You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -358,6 +364,7 @@ Here is an example of its usage:
358
364
*`node` - String - It specifies a html template which will be included to the left of the node's value.
359
365
*`leaf` - String - It specifies a html template which will be included to the left of the leaf's value.
360
366
*`leftMenu` - String - It specifies a html template to the right of the node's value. This template becomes clickable and shows a menu on node's click.
367
+
*`menuItems` - here you can specify your custom menu items. You should feed an array of NodeMenuItem instances to this setting. Once done - setup a subscription to `MenuItemSelectedEvent`s by listening to `(menuItemSelected)="onMenuItemSelected($event)"` on the tree.
361
368
362
369
All options that are defined on a `parent` are automatically applied to children. If you want you can override them by `settings` of the child node.
0 commit comments