/ TimePicker / ChangeEventArgs
Search results

ChangeEventArgs API in JavaScript TimePicker API control

Properties

element

HTMLInputElement | HTMLElement

Defines the element

event

KeyboardEventArgs | FocusEvent | MouseEvent | Event

Defines the original event arguments.

isInteracted

boolean

Defines the boolean that returns true when the value is changed by user interaction, otherwise returns false.

text

string

Defines the selected time value as string.

value

Date

Defines the selected time value of the TimePicker.