Files
ionic-framework/packages/core/src/components/range

ion-range-knob

Properties

color

string

debounce

number

disabled

boolean

dualKnobs

boolean

max

number

min

number

mode

any

pin

boolean

snaps

boolean

step

number

value

any

Attributes

color

string

debounce

number

disabled

boolean

dualKnobs

boolean

max

number

min

number

mode

any

pin

boolean

snaps

boolean

step

number

value

any

Events

ionBlur

ionChange

ionFocus

ionStyle

Methods

ratio()

Returns the ratio of the knob's is current location, which is a number between 0 and 1. If two knobs are used, this property represents the lower value.

ratioUpper()

Returns the ratio of the upper value's is current location, which is a number between 0 and 1. If there is only one knob, then this will return null.


Built by StencilJS