AI-Studio/app/MindWork AI Studio/Components/TreeButton.cs

3 lines
165 B
C#
Raw Normal View History

2024-08-21 06:30:01 +00:00
namespace AIStudio.Components;
public readonly record struct TreeButton(WorkspaceBranch Branch, int Depth, string Text, string Icon, Func<Task> Action) : ITreeItem;