active-table
Version:
Framework agnostic table component for editable data experience
8 lines • 467 B
TypeScript
import { _CellDropdown, ActiveCellDropdownItems } from '../../../types/cellDropdownInternal';
export declare class CellDropdownItemEvents {
static blurItem(dropdown: _CellDropdown, typeOfItem: keyof ActiveCellDropdownItems, event?: MouseEvent): void;
private static scrollToItem;
private static highlightItem;
static set(shadow: Document, itemElement: HTMLElement, dropdown: _CellDropdown): void;
}
//# sourceMappingURL=cellDropdownItemEvents.d.ts.map