UNPKG

@ux-aspects/ux-aspects

Version:

Open source user interface framework for building modern, responsive, mobile big data applications

9 lines (8 loc) 303 B
import { RowSelectionStrategy } from './row-selection.strategy'; export declare class RowAltSelectionStrategy<T> extends RowSelectionStrategy<T> { keydown(event: KeyboardEvent, data: T): void; /** * Select the sibling item when arrow keys are pressed */ private handleCursorKey; }