Type Alias KeydownEvent

KeydownEvent: {
    event: KeyboardEvent;
    keyCode: number;
    stopCellMoving(): void;
}