@carbon/ibm-products
Version:
Carbon for IBM Products
17 lines (16 loc) • 627 B
TypeScript
export function handleHeaderCellSelection({ type, activeCellCoordinates, rows, columns, currentMatcher, setActiveCellCoordinates, setCurrentMatcher, setSelectionAreas, spreadsheetRef, index, isKeyboard, setSelectionAreaData, isHoldingCommandKey, isHoldingShiftKey, }: {
type: any;
activeCellCoordinates: any;
rows: any;
columns: any;
currentMatcher: any;
setActiveCellCoordinates: any;
setCurrentMatcher: any;
setSelectionAreas: any;
spreadsheetRef: any;
index: any;
isKeyboard: any;
setSelectionAreaData: any;
isHoldingCommandKey: any;
isHoldingShiftKey: any;
}): void;