Add accessibility interfaces and fix navigation types (#3908)

* Add accessibility interfaces and fix navigation types
This commit is contained in:
Sam El-Husseini
2020-05-21 11:18:10 -07:00
committed by GitHub
parent 3f4faeab46
commit 317834ff59
19 changed files with 287 additions and 114 deletions

View File

@@ -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} */