Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • SliderProperties

Indexable

[key: string]: any

key for others property.

Index

Properties

Optional defaultValue

defaultValue: undefined | number

Default value of slider. Default value of slider.

Optional disabled

disabled: undefined | true | false

If true the user won't be able to move the slider. Default value is false. If true the user won't be able to move the slider. Default value is false.

Optional maximumValue

maximumValue: undefined | number

Initial maximum value of the slider. Default value is 1. Initial maximum value of the slider. Default value is 1.

Optional minimumValue

minimumValue: undefined | number

Initial minimum value of the slider. Default value is 0. Initial minimum value of the slider. Default value is 0.

Optional onSlidingComplete

onSlidingComplete: undefined | function

Callback that is called when the user releases the slider, regardless; if the { value } has changed. The current value is passed as an argument to the callback handler. Callback that is called when the user releases the slider, regardless; if the { value } has changed. The current value is passed as an argument to the callback handler.

Optional onValueChange

onValueChange: undefined | function

Callback continuously called while the user is dragging the slider. Callback continuously called while the user is dragging the slider.

Optional step

step: undefined | number

Step value of the slider. The value should be between 0 and (maximumValue - minimumValue) Default value is 0. Step value of the slider. The value should be between 0 and (maximumValue - minimumValue) Default value is 0.

Optional style

style: undefined | object

Used to style and layout the Slider Used to style and layout the Slider

Optional value

value: undefined | number

Initial value of the slider. The value should be between minimumValue and maximumValue, which default to 0 and 1 respectively. Default value is 0. Initial value of the slider. The value should be between minimumValue and maximumValue, which default to 0 and 1 respectively. Default value is 0.

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method

Generated using TypeDoc