RangeSlider.Attr Type

A list of children or a property for this dash component

Union cases

Union case Description

Children DashComponent list

Full Usage: Children DashComponent list

Parameters:
Item : DashComponent list

Prop Prop

Full Usage: Prop Prop

Parameters:
Item : Prop

Static members

Static member Description

Attr.allowCross p

Full Usage: Attr.allowCross p

Parameters:
    p : bool

Returns: Attr

allowCross could be set as true to allow those handles to cross.

p : bool
Returns: Attr

Attr.children value

Full Usage: Attr.children value

Parameters:
Returns: Attr

The child or children of this dash component

value : seq<DashComponent>
Returns: Attr

Attr.children value

Full Usage: Attr.children value

Parameters:
Returns: Attr

The child or children of this dash component

value : DashComponent list
Returns: Attr

Attr.children value

Full Usage: Attr.children value

Parameters:
Returns: Attr

The child or children of this dash component

value : DashComponent
Returns: Attr

Attr.children value

Full Usage: Attr.children value

Parameters:
Returns: Attr

The child or children of this dash component

value : Guid
Returns: Attr

Attr.children value

Full Usage: Attr.children value

Parameters:
    value : float

Returns: Attr

The child or children of this dash component

value : float
Returns: Attr

Attr.children value

Full Usage: Attr.children value

Parameters:
    value : string

Returns: Attr

The child or children of this dash component

value : string
Returns: Attr

Attr.children value

Full Usage: Attr.children value

Parameters:
    value : int

Returns: Attr

The child or children of this dash component

value : int
Returns: Attr

Attr.className p

Full Usage: Attr.className p

Parameters:
    p : string

Returns: Attr

Additional CSS class for the root DOM node

p : string
Returns: Attr

Attr.count p

Full Usage: Attr.count p

Parameters:
    p : int

Returns: Attr

Determine how many ranges to render, and multiple handles will be rendered (number + 1).

p : int
Returns: Attr

Attr.disabled p

Full Usage: Attr.disabled p

Parameters:
    p : bool

Returns: Attr

If true, the handles can't be moved.

p : bool
Returns: Attr

Attr.dots p

Full Usage: Attr.dots p

Parameters:
    p : bool

Returns: Attr

When the step value is greater than 1, you can set the dots to true if you want to render the slider with dots.

p : bool
Returns: Attr

Attr.dragValue p

Full Usage: Attr.dragValue p

Parameters:
    p : float list

Returns: Attr

The value of the input during a drag

p : float list
Returns: Attr

Attr.included p

Full Usage: Attr.included p

Parameters:
    p : bool

Returns: Attr

If the value is true, it means a continuous value is included. Otherwise, it is an independent value.

p : bool
Returns: Attr

Attr.loadingState p

Full Usage: Attr.loadingState p

Parameters:
Returns: Attr

Object that holds the loading state object coming from dash-renderer

p : LoadingState
Returns: Attr

Attr.marks p

Full Usage: Attr.marks p

Parameters:
Returns: Attr

Marks on the slider. The key determines the position (a number), and the value determines what will show. If you want to set the style of a specific mark point, the value should be an object which contains style and label properties.

p : Map<float, Mark>
Returns: Attr

Attr.max p

Full Usage: Attr.max p

Parameters:
    p : float

Returns: Attr

Maximum allowed value of the slider

p : float
Returns: Attr

Attr.min p

Full Usage: Attr.min p

Parameters:
    p : float

Returns: Attr

Minimum allowed value of the slider

p : float
Returns: Attr

Attr.persistedProps p

Full Usage: Attr.persistedProps p

Parameters:
    p : string[]

Returns: Attr

Properties whose user interactions will persist after refreshing the component or the page. Since only `value` is allowed this prop can normally be ignored.

p : string[]
Returns: Attr

Attr.persistence p

Full Usage: Attr.persistence p

Parameters:
Returns: Attr

Used to allow user interactions in this component to be persisted when the component - or the page - is refreshed. If `persisted` is truthy and hasn't changed from its previous value, a `value` that the user has changed while using the app will keep that change, as long as the new `value` also matches what was given originally. Used in conjunction with `persistence_type`.

p : IConvertible
Returns: Attr

Attr.persistenceType p

Full Usage: Attr.persistenceType p

Parameters:
Returns: Attr

Where persisted user changes will be stored: memory: only kept in memory, reset on page refresh. local: window.localStorage, data is kept after the browser quit. session: window.sessionStorage, data is cleared once the browser quit.

p : PersistenceTypeOptions
Returns: Attr

Attr.pushable p

Full Usage: Attr.pushable p

Parameters:
Returns: Attr

pushable could be set as true to allow pushing of surrounding handles when moving an handle. When set to a number, the number will be the minimum ensured distance between handles.

p : PushableType
Returns: Attr

Attr.pushable p

Full Usage: Attr.pushable p

Parameters:
    p : float

Returns: Attr

pushable could be set as true to allow pushing of surrounding handles when moving an handle. When set to a number, the number will be the minimum ensured distance between handles.

p : float
Returns: Attr

Attr.pushable p

Full Usage: Attr.pushable p

Parameters:
    p : bool

Returns: Attr

pushable could be set as true to allow pushing of surrounding handles when moving an handle. When set to a number, the number will be the minimum ensured distance between handles.

p : bool
Returns: Attr

Attr.step p

Full Usage: Attr.step p

Parameters:
    p : float

Returns: Attr

Value by which increments or decrements are made

p : float
Returns: Attr

Attr.tooltip p

Full Usage: Attr.tooltip p

Parameters:
Returns: Attr

Configuration for tooltips describing the current slider values

p : TooltipOptions
Returns: Attr

Attr.updatemode p

Full Usage: Attr.updatemode p

Parameters:
Returns: Attr

Determines when the component should update its `value` property. If `mouseup` (the default) then the slider will only trigger its value when the user has finished dragging the slider. If `drag`, then the slider will update its value continuously as it is being dragged. Note that for the latter case, the `drag_value` property could be used instead.

p : UpdateOn
Returns: Attr

Attr.value p

Full Usage: Attr.value p

Parameters:
    p : float list

Returns: Attr

The value of the input

p : float list
Returns: Attr

Attr.vertical p

Full Usage: Attr.vertical p

Parameters:
    p : bool

Returns: Attr

If true, the slider will be vertical

p : bool
Returns: Attr

Attr.verticalHeight p

Full Usage: Attr.verticalHeight p

Parameters:
    p : float

Returns: Attr

The height, in px, of the slider if it is vertical.

p : float
Returns: Attr