@quasar/quasar-ui-qcalendar
Version:
QCalendar - Day/Month/Week Calendars, Popups, Date Pickers, Schedules, Agendas, Planners and Tasks for your Vue Apps
37 lines • 896 B
JSON
{
"events": {
"change": {
"desc": "Emitted when the view's dates change",
"params": {
"scope": {
"type": "Object",
"desc": "The data that cjanged",
"definition": {
"start": {
"type": "String",
"desc": "The new start Timestamp",
"__exemption": [
"examples"
]
},
"end": {
"type": "String",
"desc": "The new end Timestamp",
"__exemption": [
"examples"
]
},
"days": {
"type": "Array",
"tsType": "TimestampArray",
"desc": "An array of Timestamps between start and end",
"__exemption": [
"examples"
]
}
}
}
}
}
}
}