Calendar item context flyout implementation
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
using Wino.Core.Domain.Enums;
|
||||
|
||||
namespace Wino.Core.Domain.Models.Calendar;
|
||||
|
||||
public sealed record CalendarContextMenuAction(
|
||||
CalendarContextMenuActionType ActionType,
|
||||
CalendarEventTargetType? TargetType = null,
|
||||
CalendarItemShowAs? ShowAs = null,
|
||||
CalendarItemStatus? ResponseStatus = null);
|
||||
Reference in New Issue
Block a user