cheetah-grid
    Preparing search index...

    Type Alias DrawGridKeyboardMoveCellFunction

    DrawGridKeyboardMoveCellFunction: (
        context: { cell: CellAddress; event: KeyboardEvent; grid: DrawGridAPI },
    ) => CellAddress | null

    Type declaration