mirror of
https://github.com/google/blockly.git
synced 2026-01-08 17:40:09 +01:00
Add accessibility interfaces and fix navigation types (#3908)
* Add accessibility interfaces and fix navigation types
This commit is contained in:
@@ -18,12 +18,15 @@ goog.require('Blockly.utils');
|
||||
goog.require('Blockly.utils.math');
|
||||
goog.require('Blockly.VariableMap');
|
||||
|
||||
goog.requireType('Blockly.IASTNodeLocation');
|
||||
|
||||
|
||||
/**
|
||||
* Class for a workspace. This is a data structure that contains blocks.
|
||||
* There is no UI, and can be created headlessly.
|
||||
* @param {!Blockly.Options=} opt_options Dictionary of options.
|
||||
* @constructor
|
||||
* @implements {Blockly.IASTNodeLocation}
|
||||
*/
|
||||
Blockly.Workspace = function(opt_options) {
|
||||
/** @type {string} */
|
||||
|
||||
Reference in New Issue
Block a user