type property
Whether the widget supports inputting a date, a time, or the date and time. Possible string values are:
- "DATE_AND_TIME" : Users input a date and time.
- "DATE_ONLY" : Users input a date.
- "TIME_ONLY" : Users input a time.
Implementation
core.String? type;