Merge branch 'master' into v4

This commit is contained in:
Cagatay Civici 2024-03-25 11:06:16 +03:00
commit 5a6e010794
12 changed files with 34 additions and 19 deletions

View file

@ -370,13 +370,17 @@ export interface TreeSlots {
}): VNode[];
/**
* Custom node icon template.
* @param {Object} scope - togglericon slot's params.
* @param {Object} scope - nodeicon slot's params.
*/
nodeicon(scope: {
/**
* Tree node instance
*/
node: TreeNode;
/**
* Style class of the icon.
*/
class: string;
}): VNode[];
/**
* Custom checkbox icon