Constructor # new module:Select(positionDefinition, optionsList, optionsopt) Select constructor Parameters: Name Type Attributes Description positionDefinition PositionDefinition Any position optionsList Array.<String> List of options to display options InputOptions <optional> Drawing options Source: modules/select/select.js, line 22 Extends module:Input Members # (static) defaultOptions :SelectOptions Type: SelectOptions Source: modules/select/select.js, line 187 # (static) MARGIN :Number Margin around the text Type: Number Source: modules/select/select.js, line 199 # height Get this button's height Source: modules/select/select.js, line 124 # size Computer button size Source: modules/select/select.js, line 102 # value Overrides: module:Input#value Source: modules/select/select.js, line 131 # value Overrides: module:Input#value Source: modules/select/select.js, line 138 # width Get this button's width Source: modules/select/select.js, line 116 Methods # (static) from(definition) → {Select} Parameters: Name Type Description definition Object Select definition Source: modules/select/select.js, line 174 Returns: Type Select Type Definitions # SelectOptions Type: Object Properties Name Type Attributes Default Description value String <optional> 0 Selected index of the select Source: modules/select/select.js, line 178