diff --git a/docs/api/events/booking-filterdata-event.md b/docs/api/events/booking-filterdata-event.md index 47d7a39..3b05555 100644 --- a/docs/api/events/booking-filterdata-event.md +++ b/docs/api/events/booking-filterdata-event.md @@ -31,7 +31,7 @@ description: You can learn about the filter-data event in the documentation of t The callback of the **filter-data** event can take an object with the following parameters: - `text` - (required) the text in the search field -- `date` - (required) Date object with the start and end date for a slot; +- `date` - (required) Date object with the start and end date for a slot: - `start` - the slot start date - `end` - the slot end date - `time` - (required) an array of objects containing time options for a slot. For each object, you can specify the following parameters: diff --git a/docs/api/events/booking-selectitemdate-event.md b/docs/api/events/booking-selectitemdate-event.md index 5ade821..d1ab0f1 100644 --- a/docs/api/events/booking-selectitemdate-event.md +++ b/docs/api/events/booking-selectitemdate-event.md @@ -15,7 +15,7 @@ description: You can learn about the select-item-date event in the documentation ~~~jsx {} "select-item-date": ({ id: string|number, - date: number; + date: number }) => void; ~~~