kvision
Toggle table of contents
8.2.0
js
Platform filter
js
Switch theme
Search in API
kvision
kvision-material
/
io.kvision.material.textfield
/
TextFieldRangeConstraint
/
Week
Week
data
class
Week
(
val
year
:
Int
,
val
week
:
Int
)
:
TextFieldRangeConstraint
(
source
)
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