Props

oxygen.ui.web.component.Dropdown.Props
See theProps companion object
final case class Props(_width: String, _optionsMaxHeight: String, _displayFGColor: String, _displayBGColor: String, _selectedFGColor: String, _selectedBGColor: CSSColor, _notSelectedFGColor: String, _notSelectedBGColor: CSSColor, _hoverTransform: ColorTransform, _displayPadding: Padding, _optionPadding: Padding, _externalBorderSize: String, _internalBorderSize: String, _displayBorderRadius: String, _optionsBorderRadius: String, _externalBorderColor: String, _internalBorderColor: String, _fontSize: String, _mod: NodeModifier, _closeOnMouseLeave: Boolean, _displayMod: NodeModifier, _selectedOptionMod: NodeModifier, _notSelectedOptionMod: NodeModifier, _displayNone: String, _showSetNone: Specified[String])

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product

Concrete fields

lazy val hoverColor: CSSColor