/ Calendar / ChangedEventArgs
Search results

ChangedEventArgs API in Vue Calendar API component

Properties

element

HTMLElement | HTMLInputElement

Defines the element.

event

KeyboardEvent | MouseEvent | Event

Specifies the original event arguments.

isInteracted

boolean

If the event is triggered by interaction, it returns true. Otherwise, it returns false.

name

string

Specifies name of the event.

value

Date

Defines the selected date of the Calendar.

values

Date[]

Defines the multiple selected date of the Calendar.