toggle menu
kilua-project
0.0.15
common
switch theme
search in API
kilua-imask
/
dev.kilua.form
/
RangeMask
Range
Mask
data
class
RangeMask
(
val
from
:
Int
,
val
to
:
Int
,
val
maxLength
:
Int
?
=
null
,
val
autofix
:
MaskAutofix
?
=
null
,
val
lazy
:
Boolean
?
=
null
,
val
eager
:
Boolean
?
=
null
,
val
placeholderChar
:
Char
?
=
null
)
A text input mask configuration with a range.
Members
Constructors
Range
Mask
Link copied to clipboard
constructor
(
from
:
Int
,
to
:
Int
,
maxLength
:
Int
?
=
null
,
autofix
:
MaskAutofix
?
=
null
,
lazy
:
Boolean
?
=
null
,
eager
:
Boolean
?
=
null
,
placeholderChar
:
Char
?
=
null
)
Properties
autofix
Link copied to clipboard
val
autofix
:
MaskAutofix
?
=
null
eager
Link copied to clipboard
val
eager
:
Boolean
?
=
null
from
Link copied to clipboard
val
from
:
Int
lazy
Link copied to clipboard
val
lazy
:
Boolean
?
=
null
max
Length
Link copied to clipboard
val
maxLength
:
Int
?
=
null
placeholder
Char
Link copied to clipboard
val
placeholderChar
:
Char
?
=
null
to
Link copied to clipboard
val
to
:
Int