MCPcopy
hub / github.com/flatpickr/flatpickr / createEvent

Function createEvent

src/index.ts:2748–2752  ·  view source on GitHub ↗
(name: string)

Source from the content-addressed store, hash-verified

2746 }
2747
2748 function createEvent(name: string): Event {
2749 const e = document.createEvent("Event");
2750 e.initEvent(name, true, true);
2751 return e;
2752 }
2753
2754 function isDateSelected(date: Date) {
2755 for (let i = 0; i < self.selectedDates.length; i++) {

Callers 2

incrementNumInputFunction · 0.85
triggerEventFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…