Skip to content

Commit b551a09

Browse files
committed
Proposed DocGen result, after making scheduler template doc tags consistent
1 parent 1082821 commit b551a09

File tree

4 files changed

+13
-3
lines changed

4 files changed

+13
-3
lines changed

api-reference/10 UI Components/dxScheduler/1 Configuration/appointmentCollectorTemplate.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ default: 'appointmentCollector'
77
##### shortDescription
88
Specifies a custom template for [cell overflow indicators](/concepts/05%20UI%20Components/Scheduler/030%20Appointments/080%20Cell%20Overflow%20Indicator.md '/Documentation/Guide/UI_Components/Scheduler/Appointments/Cell_Overflow_Indicator/').
99

10-
##### param(data): AppointmentCollectorTemplateData
10+
##### param(data): ui/scheduler:AppointmentCollectorTemplateData
1111
Information about a cell overflow indicator.
1212

1313
##### param(collectorElement): DxElement
@@ -16,6 +16,15 @@ Information about a cell overflow indicator.
1616
##### return: String | UserDefinedElement
1717
A template name or container.
1818

19+
##### field(data.appointmentCount): Number
20+
<!-- Description goes here -->
21+
22+
##### field(data.isCompact): Boolean
23+
<!-- Description goes here -->
24+
25+
##### field(data.items): Array<dxSchedulerAppointment>
26+
<!-- Description goes here -->
27+
1928
---
2029
---
2130
##### jQuery

api-reference/10 UI Components/dxScheduler/1 Configuration/appointmentTemplate.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ default: 'item'
77
##### shortDescription
88
Specifies a custom template for appointments.
99

10-
##### param(model): ui/scheduler:AppointmentTemplateData | Object
10+
##### param(model): ui/scheduler:AppointmentTemplateData
1111
The data of the appointment being customized.
1212

1313
##### field(model.appointmentData): dxSchedulerAppointment

api-reference/10 UI Components/dxScheduler/1 Configuration/appointmentTooltipTemplate.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ default: 'appointmentTooltip'
77
##### shortDescription
88
Specifies a custom template for tooltips displayed when users click an appointment or [cell overflow indicator](/concepts/05%20UI%20Components/Scheduler/030%20Appointments/080%20Cell%20Overflow%20Indicator.md '/Documentation/Guide/UI_Components/Scheduler/Appointments/Cell_Overflow_Indicator/').
99

10-
##### param(model): ui/scheduler:AppointmentTooltipTemplateData | Object
10+
##### param(model): ui/scheduler:AppointmentTooltipTemplateData
1111
The data of the appointment for which the tooltip is displayed.
1212

1313
##### field(model.appointmentData): dxSchedulerAppointment

api-reference/10 UI Components/dxScheduler/9 Types/AppointmentCollectorTemplateData/AppointmentCollectorTemplateData.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ module: ui/scheduler
44
export: AppointmentCollectorTemplateData
55
type: Object
66
generateTypeLink:
7+
references: dxScheduler.Options.appointmentCollectorTemplate
78
---
89
---
910
##### shortDescription

0 commit comments

Comments
 (0)