@syncfusion/ej2-dropdowns
Version:
Essential JS 2 DropDown Components
32 lines (31 loc) • 1.07 kB
TypeScript
import { TestHelper } from '@syncfusion/ej2-base/helpers/e2e';
export declare class MultiSelectHelper extends TestHelper {
id: string;
wrapperFn: Function;
constructor(id: string, wrapperFn: Function);
selector(arg: any): any;
getInputElement(): any;
getPopupElement(): any;
getListItemElement(): any;
getListGroupingElemnt(): any;
getInputFocusElement(): any;
getWrapperElement(): any;
getValueElement(): any;
getDropdownBaseInputElement(): any;
getSpinnerElement(): any;
getSpinnerInnerElement(): any;
getDelimValuesElement(): any;
getChipCollectionElement(): any;
getSearcherElement(): any;
getChipCloseElement(): any;
getInputGroupIconElemet(): any;
getFilterParentElement(): any;
getfilterInputGroupElement(): any;
getFilterInputElement(): any;
getFilterClearIconElement(): any;
getSelectAllElement(): any;
getSelectionReorderElement(): any;
getSelectionDisabledElement(): any;
getSelectAllCheckboxElement(): any;
getListItemCheckBoxElement(): any;
}