mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
Update TreeNode.d.ts
This commit is contained in:
parent
c552a6d965
commit
5b47783f81
1 changed files with 6 additions and 2 deletions
8
components/lib/treenode/TreeNode.d.ts
vendored
8
components/lib/treenode/TreeNode.d.ts
vendored
|
@ -53,9 +53,9 @@ export interface TreeNode {
|
|||
*/
|
||||
leaf?: boolean;
|
||||
/**
|
||||
* Optional
|
||||
* Specifies the node loading. Used in Tree and TreeTable.
|
||||
*/
|
||||
[key: string]: any;
|
||||
loading?: boolean;
|
||||
/**
|
||||
* Icon to use in expanded state.
|
||||
*/
|
||||
|
@ -64,4 +64,8 @@ export interface TreeNode {
|
|||
* Icon to use in collapsed state.
|
||||
*/
|
||||
collapsedIcon?: string;
|
||||
/**
|
||||
* Optional
|
||||
*/
|
||||
[key: string]: any;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue