valueLabelDisplay

io.github.nafg.scalajs.facades.mui.Slider$.Props.valueLabelDisplay$
object valueLabelDisplay extends Prop[String]

Controls when the value label is displayed:

  • auto the value label will display when the thumb is hovered or focused.
  • on will display persistently.
  • off will never display.

Attributes

Graph
Supertypes
class Prop[String]
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Value members

Inherited methods

def :=(value: String): Setting

Attributes

Inherited from:
Prop
def :=?(value: Option[String]): Setting

Attributes

Inherited from:
Prop
def setAs[B](value: B)(implicit B: Writer[B]): Setting

Attributes

Inherited from:
Prop
def setRaw(value: Any): Setting

Attributes

Inherited from:
Prop

Concrete fields

val auto: Setting
val off: Setting
val on: Setting

Inherited fields

val name: String

Attributes

Inherited from:
Prop