()
| 38322 | var optionClassNames = (0, _comboBoxClassNames.getComboBoxOptionClassNames)(_this._getCurrentOptionStyles(item)); |
| 38323 | var title = _this._getPreviewText(item); |
| 38324 | var onRenderCheckboxLabel = function() { |
| 38325 | return onRenderOption(item, _this._onRenderOptionContent); |
| 38326 | }; |
| 38327 | var getOptionComponent = function() { |
| 38328 | return !_this.props.multiSelect ? _react.createElement((0, _button.CommandButton), { |
| 38329 | id: id + "-list" + item.index, |
nothing calls this directly
no outgoing calls
no test coverage detected