A double slider with two handles. Used for specifying a range of numerical values.
Constructor | Description |
|
|
Static member | Description |
Full Usage:
RangeSlider.applyMembers (id, children, ?marks, ?value, ?dragValue, ?allowCross, ?className, ?count, ?disabled, ?dots, ?included, ?min, ?max, ?pushable, ?tooltip, ?step, ?vertical, ?verticalHeight, ?updatemode, ?loadingState, ?persistence, ?persistedProps, ?persistenceType)
Parameters:
string
children : seq<DashComponent>
?marks : Map<float, Mark>
?value : float list
?dragValue : float list
?allowCross : bool
?className : string
?count : int
?disabled : bool
?dots : bool
?included : bool
?min : float
?max : float
?pushable : PushableType
?tooltip : TooltipOptions
?step : float
?vertical : bool
?verticalHeight : float
?updatemode : UpdateOn
?loadingState : LoadingState
?persistence : IConvertible
?persistedProps : string[]
?persistenceType : PersistenceTypeOptions
Returns: RangeSlider -> RangeSlider
|
|
Full Usage:
RangeSlider.init (id, children, ?marks, ?value, ?dragValue, ?allowCross, ?className, ?count, ?disabled, ?dots, ?included, ?min, ?max, ?pushable, ?tooltip, ?step, ?vertical, ?verticalHeight, ?updatemode, ?loadingState, ?persistence, ?persistedProps, ?persistenceType)
Parameters:
string
children : seq<DashComponent>
?marks : Map<float, Mark>
?value : float list
?dragValue : float list
?allowCross : bool
?className : string
?count : int
?disabled : bool
?dots : bool
?included : bool
?min : float
?max : float
?pushable : PushableType
?tooltip : TooltipOptions
?step : float
?vertical : bool
?verticalHeight : float
?updatemode : UpdateOn
?loadingState : LoadingState
?persistence : IConvertible
?persistedProps : string[]
?persistenceType : PersistenceTypeOptions
Returns: RangeSlider
|
|