@blockly/keyboard-navigation
Version:
A plugin for keyboard navigation.
14 lines • 418 B
TypeScript
/**
* @license
* Copyright 2025 Google LLC
* SPDX-License-Identifier: Apache-2.0
*/
import * as Blockly from 'blockly/core';
/**
* A change listener that enables disabled blocks when they
* are dragged, and re-disables them at the end of the drag.
*
* @param event Blockly event
*/
export declare function enableBlocksOnDrag(event: Blockly.Events.Abstract): void;
//# sourceMappingURL=disabled_blocks.d.ts.map