Refactor #4124 - PickList pt context improvements

This commit is contained in:
Tuğçe Küçükoğlu 2023-07-13 11:00:06 +03:00
parent 919c53885c
commit f7d4ba1d2d
3 changed files with 6 additions and 17 deletions

View file

@ -139,10 +139,6 @@ export interface PickListPassThroughOptions {
* Uses to pass attributes to the source list's DOM element.
*/
sourceList?: PickListPassThroughOptionType;
/**
* Uses to pass attributes to the source item's DOM element.
*/
sourceItem?: PickListPassThroughOptionType;
/**
* Uses to pass attributes to the buttons' DOM element.
*/
@ -178,7 +174,7 @@ export interface PickListPassThroughOptions {
/**
* Uses to pass attributes to the target item's DOM element.
*/
targetItem?: PickListPassThroughOptionType;
item?: PickListPassThroughOptionType;
/**
* Uses to pass attributes to the target controls' DOM element.
*/