ngx-treeview icon indicating copy to clipboard operation
ngx-treeview copied to clipboard

Want to add new property or object

Open Aman290 opened this issue 4 years ago • 1 comments

Actually, I am using template and in which I want to pass one more property in TreeviewItem like group true or false as -

new TreeviewItem({ text: 'Name, value: 1, checked: false, group: true });

but it is giving an error Object literal may only specify known properties, and 'group' does not exist in type 'TreeItem'. How can I use some other properties in TreeviewItem?

Aman290 avatar Nov 06 '19 09:11 Aman290

strongly linked to my issue of today #244. I suggest closing #242 into #244.

andreElrico avatar Dec 03 '19 15:12 andreElrico