File: Primitives\SwipeViewOpenRequest.cs
Web Access
Project: src\src\Core\src\Core.csproj (Microsoft.Maui)
using System;
 
namespace Microsoft.Maui
{
	public record SwipeViewOpenRequest(OpenSwipeItem OpenSwipeItem, bool Animated);
}