MCPcopy Index your code
hub / github.com/plotly/dash / isNavKey

Function isNavKey

components/dash-table/src/dash-table/utils/unicode.ts:127–129  ·  view source on GitHub ↗
(keyCode: number)

Source from the content-addressed store, hash-verified

125 * bring the cell Input into focus.
126 */
127export function isNavKey(keyCode: number) {
128 return NAVIGATION_KEYS.indexOf(keyCode) !== -1;
129}
130
131/**
132 * Checks if passed key code can lead to table cell naviagation.

Callers 2

CellInputClass · 0.90
ControlledTableClass · 0.90

Calls 1

indexOfMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…