Files
LanMountainDesktop/airapp/LanMountainDesktop.AirAppSdk/AirAppComponentChromeContext.cs
2026-08-11 23:03:55 +08:00

12 lines
353 B
C#

using LanMountainDesktop.AirAppSdk;
using LanMountainDesktop.Shared.Contracts;
namespace LanMountainDesktop.AirAppSdk;
public sealed record AirAppComponentChromeContext(
string ComponentId,
string? PlacementId,
double CellSize,
AppearanceCornerRadiusTokens CornerRadiusTokens,
AirAppSettingsScope Scope = AirAppSettingsScope.App);