Files
LanMountainDesktop/LanMountainDesktop.Host.Abstractions/ComponentChromeContext.cs

12 lines
343 B
C#
Raw Normal View History

2026-03-20 00:41:14 +08:00
using LanMountainDesktop.PluginSdk;
using LanMountainDesktop.Shared.Contracts;
namespace LanMountainDesktop.Host.Abstractions;
public sealed record ComponentChromeContext(
string ComponentId,
string? PlacementId,
double CellSize,
AppearanceCornerRadiusTokens CornerRadiusTokens,
SettingsScope Scope = SettingsScope.App);