Fixed #4398 - Column: rowtogglericon slot does not expose p-row-toggler-icon class

This commit is contained in:
Tuğçe Küçükoğlu 2023-09-06 14:26:20 +03:00
parent 2bb51f40b1
commit 2619ae5b4e
2 changed files with 5 additions and 1 deletions

View file

@ -892,6 +892,10 @@ export interface ColumnSlots {
* @param {Object} scope - row toggler icon slot's params.
*/
rowtogglericon(scope: {
/**
* Style class of the row toggler icon.
*/
class: string;
/**
* Current row expanded state.
*/