mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-11 01:42:34 +00:00
Merge branch 'master' into v4
This commit is contained in:
commit
5a6e010794
12 changed files with 34 additions and 19 deletions
6
components/lib/tree/Tree.d.ts
vendored
6
components/lib/tree/Tree.d.ts
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue