toggle menu
kvision-material
8.0.0-RC
js
switch theme
search in API
kvision-material
/
io.kvision.material.textfield
/
TextFieldRangeConstraint
/
Week
Week
data
class
Week
(
val
year
:
Int
,
val
week
:
Int
)
:
TextFieldRangeConstraint
For week input type. https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input/week
Members
Constructors
Week
Link copied to clipboard
constructor
(
year
:
Int
,
week
:
Int
)
Properties
week
Link copied to clipboard
val
week
:
Int
year
Link copied to clipboard
val
year
:
Int
Functions
string
Value
Link copied to clipboard
open
override
fun
stringValue
(
type
:
TextFieldInputType
)
:
String