RecurrenceButtonTextTemplateProps
Interface
Represents the props passed to the recurrenceButtonTextTemplate component.
Definition
Package:@progress/kendo-react-scheduler
Properties
parsedRule
null | RecurrenceRule
The parsed recurrence rule object, or null when no recurrence is set.
recurrenceRule
null | string
The current recurrence rule string (RRULE), or null when no recurrence is set.
text
null | string
The default summary text computed by the Scheduler for the current recurrence rule,
or null when no recurrence is set.