Skip to content

Scheduler - editing.form.showIcons & resources.icon d.ts#31347

Merged
Tucchhaa merged 2 commits into
DevExpress:25_2from
Tucchhaa:icons_dts_25_2
Oct 16, 2025
Merged

Scheduler - editing.form.showIcons & resources.icon d.ts#31347
Tucchhaa merged 2 commits into
DevExpress:25_2from
Tucchhaa:icons_dts_25_2

Conversation

@Tucchhaa

Copy link
Copy Markdown
Contributor

No description provided.

@Tucchhaa Tucchhaa self-assigned this Oct 15, 2025
@Tucchhaa Tucchhaa requested a review from a team as a code owner October 15, 2025 07:26
@Tucchhaa Tucchhaa requested a review from a team October 15, 2025 07:26
@Tucchhaa Tucchhaa marked this pull request as draft October 15, 2025 07:31
@Tucchhaa Tucchhaa marked this pull request as ready for review October 15, 2025 08:20
sjbur
sjbur previously approved these changes Oct 15, 2025
/** @public */
export type RecurrenceEditMode = 'dialog' | 'occurrence' | 'series';
/** @public */
export type SchedulerAppointmentFormIconsMode = 'both' | 'main' | 'recurrence' | 'none';

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't really like the name of the type. I suggest:

Suggested change
export type SchedulerAppointmentFormIconsMode = 'both' | 'main' | 'recurrence' | 'none';
export type SchedulerAppointmentFormIconDisplay = 'both' | 'main' | 'recurrence' | 'none';

@Tucchhaa Tucchhaa requested a review from sjbur October 16, 2025 10:38
@Tucchhaa Tucchhaa merged commit e526de9 into DevExpress:25_2 Oct 16, 2025
206 of 207 checks passed
@Tucchhaa Tucchhaa deleted the icons_dts_25_2 branch October 16, 2025 13:31
juleari pushed a commit to juleari/DevExtreme that referenced this pull request Oct 17, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants