mirror of
https://github.com/google/blockly.git
synced 2026-01-07 09:00:11 +01:00
adding missing type documentation to public fields
This commit is contained in:
@@ -39,7 +39,7 @@ goog.require('goog.userAgent');
|
||||
|
||||
/**
|
||||
* Class for an editable dropdown field.
|
||||
* @param {(!Array.<string>|!Function)} menuGenerator An array of options
|
||||
* @param {(!Array.<!Array.<string>>|!Function)} menuGenerator An array of options
|
||||
* for a dropdown list, or a function which generates these options.
|
||||
* @param {Function} opt_changeHandler A function that is executed when a new
|
||||
* option is selected, with the newly selected value as its sole argument.
|
||||
|
||||
Reference in New Issue
Block a user