Fixed #6990
parent
f6464e0c9c
commit
9a60ebea8b
|
@ -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.
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in New Issue