kilua-project
Toggle table of contents
0.0.19
common
Platform filter
common
Switch theme
Search in API
kilua-project
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
)
(
source
)
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
?
eager
Link copied to clipboard
val
eager
:
Boolean
?
from
Link copied to clipboard
val
from
:
Int
lazy
Link copied to clipboard
val
lazy
:
Boolean
?
max
Length
Link copied to clipboard
val
maxLength
:
Int
?
placeholder
Char
Link copied to clipboard
val
placeholderChar
:
Char
?
to
Link copied to clipboard
val
to
:
Int