mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
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