mirror of
https://github.com/google/blockly.git
synced 2026-01-09 01:50:11 +01:00
Adding more type documentation.
This commit is contained in:
@@ -36,7 +36,7 @@ goog.require('goog.string');
|
||||
* Class for a variable's dropdown field.
|
||||
* @param {?string} varname The default name for the variable. If null,
|
||||
* a unique variable name will be generated.
|
||||
* @param {Function} opt_changeHandler A function that is executed when a new
|
||||
* @param {Function=} opt_changeHandler A function that is executed when a new
|
||||
* option is selected. Its sole argument is the new option value.
|
||||
* @extends {Blockly.FieldDropdown}
|
||||
* @constructor
|
||||
|
||||
Reference in New Issue
Block a user