csharpdeeb25a2 | 1 | #nullable enable |
| 2 | |
| 3 | namespace CascadeIDE.Views.SkiaKit; |
| 4 | |
| 5 | /// <summary>Строка всплывающего списка (slash autocomplete и др.).</summary> |
| 6 | public readonly record struct SkiaPopupListRow(string? Group, string Title, string Subtitle); |
| 7 | |
View only · write via MCP/CIDE