(fix) pass class to TreeNodes nodeIcon slot

This commit is contained in:
Isabelle Glasmacher 2024-03-21 10:10:04 +01:00
parent 71db0aea00
commit 0db9536243
No known key found for this signature in database
GPG key ID: 61180CFCC0D53838
2 changed files with 5 additions and 1 deletions

View file

@ -361,6 +361,10 @@ export interface TreeSlots {
* Tree node instance
*/
node: TreeNode;
/**
* Style class of the icon.
*/
class: string;
}): VNode[];
/**
* Custom checkbox icon