InterfaceRecurrenceMonthlySectionProps
Interface: InterfaceRecurrenceMonthlySectionProps
Defined in: src/types/shared-components/Recurrence/interface.ts:58
Props for the RecurrenceMonthlySection component.
Properties
frequency
frequency:
Frequency
Defined in: src/types/shared-components/Recurrence/interface.ts:60
The selected frequency.
recurrenceRuleState
recurrenceRuleState:
InterfaceRecurrenceRule
Defined in: src/types/shared-components/Recurrence/interface.ts:62
The current state of the recurrence rule being built.
setRecurrenceRuleState()
setRecurrenceRuleState: (
state) =>void
Defined in: src/types/shared-components/Recurrence/interface.ts:64
State setter for the recurrence rule.
Parameters
state
SetStateAction<InterfaceRecurrenceRule>
Returns
void
startDate
startDate:
Date
Defined in: src/types/shared-components/Recurrence/interface.ts:68
The start date of the recurrence.