Add namespace and alias annotations to jsdoc (#5550)

* Add annotations to files under core/events

* Add annotations to files under core/interfaces

* Add annotations to files under core/keyboard_nav

* Add annotations to files under core/renderers

* Add annotations to files under core/serialization

* Add annotations to files under core/theme

* Add annotations to files under core/toolbox

* Add annotations to files under core/utils

* Add annotations to files under core
This commit is contained in:
Monica Kozbial
2021-09-27 14:42:54 -07:00
committed by GitHub
parent 839cb7bef1
commit d8fbe1b05b
252 changed files with 1533 additions and 129 deletions

View File

@@ -10,6 +10,10 @@
*/
'use strict';
/**
* Colour input field.
* @namespace Blockly.FieldColour
*/
goog.module('Blockly.FieldColour');
const Css = goog.require('Blockly.Css');
@@ -42,6 +46,7 @@ goog.require('Blockly.Events.BlockChange');
* for a list of properties this parameter supports.
* @extends {Field}
* @constructor
* @alias Blockly.FieldColour
*/
const FieldColour = function(opt_value, opt_validator, opt_config) {
FieldColour.superClass_.constructor.call(