pull/7014/head
tugcekucukoglu 2024-12-26 13:38:06 +03:00
parent f6464e0c9c
commit 9a60ebea8b
1 changed files with 2 additions and 2 deletions

View File

@ -803,9 +803,9 @@ export interface MultiSelectSlots {
*/ */
itemcheckboxicon(scope: { itemcheckboxicon(scope: {
/** /**
* Options of the loader items for virtualscroller * Whether the data is selected.
*/ */
selected: boolean; checked: boolean;
/** /**
* Style class of the loading icon. * Style class of the loading icon.
*/ */