mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
Refactor #4274 - For MultiSelect
This commit is contained in:
parent
07dae2e611
commit
2c47b9447a
2 changed files with 9 additions and 3 deletions
10
components/lib/multiselect/MultiSelect.d.ts
vendored
10
components/lib/multiselect/MultiSelect.d.ts
vendored
|
@ -659,9 +659,15 @@ export interface MultiSelectSlots {
|
|||
*/
|
||||
class: string;
|
||||
/**
|
||||
* Remove token icon function.
|
||||
* Item of the token.
|
||||
*/
|
||||
onClick: void;
|
||||
item: any;
|
||||
/**
|
||||
* Remove token icon function.
|
||||
* @param {Event} event - Browser event
|
||||
* @param {any} item - Item
|
||||
*/
|
||||
onClick(event: Event, item: any): void;
|
||||
}): VNode[];
|
||||
/**
|
||||
* Custom header checkbox icon template.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue