mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
parent
1646da534e
commit
7a5860f97b
4 changed files with 26 additions and 5 deletions
|
@ -104,6 +104,16 @@ export interface OrganizationChartSlots {
|
|||
* @todo
|
||||
*/
|
||||
[key: string]: (node: any) => VNode[];
|
||||
/**
|
||||
* Custom toggler icon template.
|
||||
* @param {Object} scope - togglericon slot's params.
|
||||
*/
|
||||
togglericon(scope: {
|
||||
/**
|
||||
* Curent state of the node
|
||||
*/
|
||||
expanded: boolean;
|
||||
}): VNode[];
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue